(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.4 and 1.5.2.1

version 1.4, 2001/07/10 06:43:21 version 1.5.2.1, 2001/09/13 18:13:32
Line 328 
Line 328 
     _rep->size -= size;     _rep->size -= size;
 } }
  
   #ifdef PEGASUS_HAS_EBCDIC
   
   #ifndef PEGASUS_ARRAY_T
   template<class PEGASUS_ARRAY_T>
   #else
   PEGASUS_TEMPLATE_SPECIALIZATION
   #endif
   void Array<PEGASUS_ARRAY_T>::etoa()
   {
   #if PEGASUS_ARRAY_T == Sint8
       _copyOnWrite();
       __etoa_l((char *)_data(),_rep->size);
   #endif
   }
   
   #ifndef PEGASUS_ARRAY_T
   template<class PEGASUS_ARRAY_T>
   #else
   PEGASUS_TEMPLATE_SPECIALIZATION
   #endif
   void Array<PEGASUS_ARRAY_T>::atoe()
   {
   #if PEGASUS_ARRAY_T == Sint8
       _copyOnWrite();
       __atoe_l((char *)_data(),_rep->size);
   #endif
   }
   
   #endif
   
 #endif /*defined(PEGASUS_EXPLICIT_INSTANTIATION) || !defined(PEGASUS_ARRAY_T)*/ #endif /*defined(PEGASUS_EXPLICIT_INSTANTIATION) || !defined(PEGASUS_ARRAY_T)*/


Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5.2.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2