/[adonthell]/adonthell/src/main/adonthell.cc
ViewVC logotype

Diff of /adonthell/src/main/adonthell.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by ksterker, Mon Oct 18 07:40:23 2004 UTC revision 1.6 by ksterker, Mon Nov 1 17:41:29 2004 UTC
# Line 60  app::~app () Line 60  app::~app ()
60  // initialize engine subsystems  // initialize engine subsystems
61  bool app::init_modules (const u_int16 & modules)  bool app::init_modules (const u_int16 & modules)
62  {  {
63      Modules = modules;      // don't initialize previously loaded modules
64        modules ^= Modules;
65        Modules |= modules;
66            
67      // startup python      // startup python
68      if (modules & PYTHON)      if (modules & PYTHON)
# Line 153  void app::parse_args (int & argc, char * Line 155  void app::parse_args (int & argc, char *
155  // initialize the Adonthell framework  // initialize the Adonthell framework
156  bool app::init ()  bool app::init ()
157  {  {
158        Modules = 0;
159      dlhandle = NULL;      dlhandle = NULL;
160            
161      // init libltdl      // init libltdl

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26