(file) Return to Memory.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/Memory.h between version 1.20 and 1.21

version 1.20, 2005/03/28 21:33:41 version 1.21, 2005/11/21 11:44:11
Line 90 
Line 90 
     }     }
 } }
  
   inline void CopyToRaw(char* to, const char* from, Uint32 size)
   {
       memcpy(to, from, sizeof(char) * size);
   }
   
 inline void CopyToRaw(Boolean* to, const Boolean* from, Uint32 size) inline void CopyToRaw(Boolean* to, const Boolean* from, Uint32 size)
 { {
     memcpy(to, from, sizeof(Boolean) * size);     memcpy(to, from, sizeof(Boolean) * size);


Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2