# | Line 2 | Line 2 | |
---|---|---|
2 | // | |
3 | // Douglas Thrift | |
4 | // | |
5 | < | // Configurator.h |
5 | > | // $Id: Configurator.h,v 1.8 2003/07/31 00:56:29 douglas Exp $ |
6 | ||
7 | #ifndef _Configurator_h_ | |
8 | #define _Configurator_h_ | |
# | Line 12 | Line 12 | |
12 | class Configurator | |
13 | { | |
14 | private: | |
15 | < | void configurate(); |
15 | > | bool configurate(); |
16 | protected: | |
17 | + | bool good; |
18 | string host; | |
19 | enum Passwd {file, prompt}; | |
20 | vector<Passwd> passwd; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |