- Timestamp:
- 05/16/12 09:37:09 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/dimctrl.cc
r13734 r13753 40 40 class DimCtrl : public MainImp, public DimCommandHandler, public MessageDimTX 41 41 { 42 int fLabel; 43 int fStop; 44 int fVerbosity; 45 bool fDebug; 46 bool fIsServer; 42 int fLabel; 43 int fStop; 44 int fVerbosity; 45 bool fDebug; 46 bool fIsServer; 47 string fUser; 47 48 48 49 DimDescribedService fSrvState; … … 240 241 241 242 fDebug = conf.Get<bool>("debug"); 243 fUser = conf.Get<string>("user"); 242 244 243 245 return -1; … … 269 271 ("quiet,q", po_bool(false), "Suppress all output except comments (log-level>=90)") 270 272 ("debug", po_bool(false), "Print the labels for debugging purpose") 271 ("start", var<string>(), "") 272 ("stop", po_switch(), "") 273 ("start", var<string>(), "") 274 ("stop", po_switch(), "") 275 ("user,u", var<string>(), "A user name - just for logging purposes") 273 276 ; 274 277
Note:
See TracChangeset
for help on using the changeset viewer.