pauldick 01/03/05 09:30:38
Modified: c/Tests/Harness XMLFileReporter.hpp
Log:
Cleaned up comments
Revision Changes Path
1.4 +9 -7 xml-xalan/c/Tests/Harness/XMLFileReporter.hpp
Index: XMLFileReporter.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/Tests/Harness/XMLFileReporter.hpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XMLFileReporter.hpp 2001/02/23 14:55:12 1.3
+++ XMLFileReporter.hpp 2001/03/05 17:30:37 1.4
@@ -70,7 +70,7 @@
/**
* Reporter that saves output to a simple XML-format file.
* @author [EMAIL PROTECTED]
- * @version $Id: XMLFileReporter.hpp,v 1.3 2001/02/23 14:55:12 auriemma Exp $
+ * @version $Id: XMLFileReporter.hpp,v 1.4 2001/03/05 17:30:37 pauldick Exp $
*/
#if defined HARNESS_EXPORTS
@@ -79,18 +79,20 @@
#define HARNESS_API __declspec(dllimport)
#endif
-// This class is exported from the Harness.dll
-class HARNESS_API XMLFileReporter
-{
-
-public:
-
#if defined(XALAN_NO_NAMESPACES)
typedef map<XalanDOMString, XalanDOMString, less<XalanDOMString> >
Hashtable;
#else
typedef std::map<XalanDOMString, XalanDOMString> Hashtable;
#endif
+
+
+// This class is exported from the Harness.dll
+class HARNESS_API XMLFileReporter
+{
+
+
+public:
/** Simple constructor, does not perform initialization. */