Changeset 11011
- Timestamp:
- 06/13/11 17:03:47 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/chatserv.cc
r10997 r11011 8 8 #include "Configuration.h" 9 9 #include "StateMachineDim.h" 10 #include "ReadlineColor.h" 10 11 11 12 using namespace std; … … 109 110 WindowLog log; 110 111 111 ReadlineColor::PrintBootMsg( wout, conf.GetName(), false);112 ReadlineColor::PrintBootMsg(log, conf.GetName(), false); 112 113 113 114 if (conf.Has("log"))
Note:
See TracChangeset
for help on using the changeset viewer.