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

Diff for /pegasus/src/Pegasus/Common/ArrayImpl.h between version 1.36 and 1.36.2.1

version 1.36, 2008/12/02 09:00:33 version 1.36.2.1, 2009/01/27 23:50:46
Line 309 
Line 309 
 #endif #endif
 void Array<PEGASUS_ARRAY_T>::remove(Uint32 index, Uint32 size) void Array<PEGASUS_ARRAY_T>::remove(Uint32 index, Uint32 size)
 { {
       if (size == 0)
       {
           return;
       }
   
     if (Array_refs.get() != 1)     if (Array_refs.get() != 1)
         _rep = ArrayRep<PEGASUS_ARRAY_T>::copy_on_write(Array_rep);         _rep = ArrayRep<PEGASUS_ARRAY_T>::copy_on_write(Array_rep);
  


Legend:
Removed from v.1.36  
changed lines
  Added in v.1.36.2.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2