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

Comparing trunk/Spectre/Configurator.h (file contents):
Revision 162 by douglas, 2003-06-09T22:01:14-07:00 vs.
Revision 164 by douglas, 2003-06-13T22:42:36-07:00

# Line 22 | Line 22 | protected:
22                  string local;
23                  string remote;
24          };
25 <        Folder folder;
25 >        Folder regular;
26          map<string, Folder> folders;
27 +        string escape(const string& phrase);
28 +        string password(const string& user);
29   public:
30          Configurator(const string& host);
31          virtual ~Configurator() {}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines