ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/utils/StringUtils.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-3.0/src/utils/StringUtils.hpp (file contents):
Revision 1823 by tim, Tue Nov 30 22:43:51 2004 UTC vs.
Revision 1824 by tim, Thu Dec 2 03:12:25 2004 UTC

# Line 13 | Line 13 | namespace oopse {
13   #include <sstream>
14  
15   namespace oopse {
16
17  using namespace std;
16  
17  
18    /**
19     * Converts a string to UPPER CASE
20     * @param S
21     */
22 <  string UpperCase(const string& S);
22 >  std::string UpperCase(const std::string& S);
23  
24    /**
25     * Converts a string to lower case
26     * @param S
27     */
28 <  string LowerCase(const string& S);
28 >  std::string LowerCase(const std::string& S);
29  
30    /**
31     * Removes left and right spaces from a string
# Line 45 | Line 43 | namespace oopse {
43     *
44     * @return the line number of the block within the theStream
45     */
46 <  int findBegin(istream &theStream, char* startText );
46 >  int findBegin(std::istream &theStream, char* startText );
47  
48    /**
49     * Counts the number of tokens on line which are delimited by the characters

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines