Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 16, 2008, 8:45:13 PM (16 years ago)
Author:
rgrieder
Message:

Changed initialisation of TclThreadManager, TclBind and Shell to match the simple singleton concept (runtime assert in the c'tor).
That simplifies things a lot. The instances now 'belong' to GSRoot.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/core/IRC.cc

    r1784 r1792  
    2727 */
    2828
     29#include "IRC.h"
     30
    2931#include <boost/thread/thread.hpp>
    30 
    31 #include "IRC.h"
    3232#include "ConsoleCommand.h"
    3333#include "TclThreadManager.h"
Note: See TracChangeset for help on using the changeset viewer.