ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/utils/StringUtils.cpp
(Generate patch)

Comparing trunk/OOPSE-4/src/utils/StringUtils.cpp (file contents):
Revision 2982 by tim, Wed Aug 30 18:42:29 2006 UTC vs.
Revision 3462 by skuang, Thu Oct 16 18:17:41 2008 UTC

# Line 91 | Line 91 | namespace oopse {
91      return (str);
92    }
93  
94 <  int findBegin(std::istream &theStream, char* startText ){
94 >  int findBegin(std::istream &theStream, const char* startText ){
95      const int MAXLEN = 1024;
96      char readLine[MAXLEN];  
97      int foundText = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines