(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.11 and 1.12

version 1.11, 2002/05/04 02:54:38 version 1.12, 2002/05/17 22:33:30
Line 66 
Line 66 
         items++->~T();         items++->~T();
 } }
  
 template<class T>  
 inline void Destroy(T* ptr)  
 {  
     ptr->~T();  
 }  
   
 template<class T, class U> template<class T, class U>
 inline void CopyToRaw(T* to, const U* from, Uint32 size) inline void CopyToRaw(T* to, const U* from, Uint32 size)
 { {


Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2