2 |
|
// |
3 |
|
// Douglas Thrift |
4 |
|
// |
5 |
< |
// $Id: IndividualClient.h,v 1.2 2003/08/17 03:55:39 douglas Exp $ |
5 |
> |
// $Id: IndividualClient.h,v 1.3 2003/08/17 23:39:32 douglas Exp $ |
6 |
|
|
7 |
|
#ifndef _IndividualClient_h_ |
8 |
|
#define _IndividualClient_h_ |
17 |
|
string file; |
18 |
|
void demunge(void); |
19 |
|
string demunge(const string& munged); |
20 |
< |
void capitalize(string& word, unsigned index = 0) { word[index] = |
21 |
< |
toupper(word[index]); } |
20 |
> |
void capitalize(string& word, unsigned index = 0, unsigned count = 1); |
21 |
|
public: |
22 |
|
IndividualClient() { number = 0; } |
23 |
|
~IndividualClient() {} |