(file) Return to Serialization.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Repository / Attic

Diff for /pegasus/src/Pegasus/Repository/Attic/Serialization.cpp between version 1.1.2.2 and 1.1.2.3

version 1.1.2.2, 2007/10/08 18:33:20 version 1.1.2.3, 2007/11/08 15:56:25
Line 130 
Line 130 
  
 static void _PutReal32(Buffer& out, Real32 x) static void _PutReal32(Buffer& out, Real32 x)
 { {
     return _PutUint32(out, *((Uint32*)&x));      return _PutUint32(out, *((Uint32*)(void*)&x));
 } }
  
 static void _PutReal64(Buffer& out, Real64 x) static void _PutReal64(Buffer& out, Real64 x)
 { {
     return _PutUint64(out, *((Uint64*)&x));      return _PutUint64(out, *((Uint64*)(void*)&x));
 } }
  
 static void _PutChar16(Buffer& out, Char16 x) static void _PutChar16(Buffer& out, Char16 x)


Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2