Changeset 6358 for trunk/console/src/console.cpp
- Timestamp:
- 06/27/08 16:08:53 (5 months ago)
- Files:
-
- 1 modified
-
trunk/console/src/console.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/console/src/console.cpp
r6285 r6358 250 250 // Register with the daemon, we want to receive all signals 251 251 m_nPipe = _licqDaemon->RegisterPlugin(SIGNAL_ALL); 252 m_bExit = false; 252 m_bExit = false; 253 253 licqDaemon = _licqDaemon; 254 m_nCurrentGroup = gUserManager.DefaultGroup();255 254 256 255 // Create the windows
