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

Diff for /pegasus/src/Pegasus/Common/StringRep.h between version 1.4.2.2 and 1.8

version 1.4.2.2, 2006/03/07 18:45:46 version 1.8, 2006/08/09 20:03:27
Line 40 
Line 40 
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 struct StringRep  struct PEGASUS_COMMON_LINKAGE StringRep
 { {
     StringRep();     StringRep();
  
Line 123 
Line 123 
  
 inline void _checkBounds(size_t index, size_t size) inline void _checkBounds(size_t index, size_t size)
 { {
 #ifndef PEGASUS_STRING_NO_THROW  
     if (index > size)     if (index > size)
         StringThrowOutOfBounds();         StringThrowOutOfBounds();
 #endif  
 } }
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.4.2.2  
changed lines
  Added in v.1.8

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2