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

Diff for /pegasus/src/Pegasus/Common/String.cpp between version 1.7 and 1.9

version 1.7, 2001/04/10 22:42:55 version 1.9, 2001/04/11 07:03:02
Line 23 
Line 23 
 // Author: // Author:
 // //
 // $Log$ // $Log$
   // Revision 1.9  2001/04/11 07:03:02  mike
   // Port to Unix
   //
 // Revision 1.7  2001/04/10 22:42:55  karl // Revision 1.7  2001/04/10 22:42:55  karl
 // Correct error in String find // Correct error in String find
 // //
Line 353 
Line 356 
                 return loc;                 return loc;
         }         }
     }     }
     return -1;      return Uint32(-1);
 } }
   
 // ATTN:KS 5 apr 2000 Need to add the Char16* version. // ATTN:KS 5 apr 2000 Need to add the Char16* version.
 Uint32 String::find(const char* s) const Uint32 String::find(const char* s) const
 { {


Legend:
Removed from v.1.7  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2