ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/trunk/VTBFileUtil2/IndividualClient.h
(Generate patch)

Comparing trunk/VTBFileUtil2/IndividualClient.h (file contents):
Revision 266 by douglas, 2003-08-17T16:39:32-07:00 vs.
Revision 267 by douglas, 2003-08-18T15:25:29-07:00

# Line 2 | Line 2
2   //
3   // Douglas Thrift
4   //
5 < // $Id: IndividualClient.h,v 1.3 2003/08/17 23:39:32 douglas Exp $
5 > // $Id: IndividualClient.h,v 1.4 2003/08/18 22:25:29 douglas Exp $
6  
7   #ifndef _IndividualClient_h_
8   #define _IndividualClient_h_
# Line 15 | Line 15 | private:
15          unsigned number;
16          string name;
17          string file;
18 +        void lowercase(string& word) { for (unsigned index = 0; index <
19 +                word.length(); index++) word[index] = tolower(word[index]); }
20          void demunge(void);
21          string demunge(const string& munged);
22          void capitalize(string& word, unsigned index = 0, unsigned count = 1);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines