Changeset 11581
- Timestamp:
- 07/24/11 22:47:18 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Main.h
r11580 r11581 48 48 // ----------------------------------------------------------------- 49 49 50 cout << conf.Has("console") << endl;51 cout << conf.Has("null") << endl;52 50 static T shell(conf.GetName().c_str(), 53 conf.Has("console") ? conf.Get<int>("console")!=1 : conf.Get<bool>("null"));51 conf.Has("console") ? conf.Get<int>("console")!=1 : conf.Get<bool>("null")); 54 52 55 53 WindowLog &win = shell.GetStreamIn();
Note:
See TracChangeset
for help on using the changeset viewer.