abagchi 99/11/17 13:49:51
Modified: c/src/util/Compilers SunCCDefs.hpp
Log:
Added the definitions of XMLUInt16 and XMLUInt32
Revision Changes Path
1.4 +8 -0 xml-xerces/c/src/util/Compilers/SunCCDefs.hpp
Index: SunCCDefs.hpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/util/Compilers/SunCCDefs.hpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SunCCDefs.hpp 1999/11/12 20:37:00 1.3
+++ SunCCDefs.hpp 1999/11/17 21:49:42 1.4
@@ -56,6 +56,13 @@
/**
* $Log: SunCCDefs.hpp,v $
+ * Revision 1.4 1999/11/17 21:49:42 abagchi
+ * Added the definitions of XMLUInt16 and XMLUInt32
+ * PR:
+ * Obtained from:
+ * Submitted by:
+ * Reviewed by:
+ *
* Revision 1.3 1999/11/12 20:37:00 rahulj
* Changed library name to xerces-c.lib.
*
@@ -86,6 +93,11 @@
//
---------------------------------------------------------------------------
typedef unsigned short XMLCh;
+//
---------------------------------------------------------------------------
+// Define unsigned 16 and 32 bits integers
+//
---------------------------------------------------------------------------
+typedef unsigned short XMLUInt16;
+typedef unsigned int XMLUInt32;
//
---------------------------------------------------------------------------
// Force on the XML4C debug token if it was on in the build environment