Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9859 in orxonox.OLD for branches/new_class_id/src/lib/util/loading


Ignore:
Timestamp:
Oct 1, 2006, 11:13:29 AM (18 years ago)
Author:
bensch
Message:

new_class_id: segfault-prevention in the PNode deletion process (not the nicest way, but it works)
This was with me for 3 months now…

Location:
branches/new_class_id/src/lib/util/loading
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/util/loading/load_param.cc

    r9779 r9859  
    1616#define DEBUG_SPECIAL_MODULE DEBUG_MODULE_LOADING
    1717
    18 #include "util/loading/load_param.h"
     18#include "load_param.h"
    1919#include "load_param_class_description.h"
    2020#include "compiler.h"
  • branches/new_class_id/src/lib/util/loading/load_param.h

    r9855 r9859  
    2222#define _LOAD_PARAM_H
    2323
    24 #include "executor/executor_substring.h"
    25 #include "executor/executor_member.h"
    26 #include "executor/functor_member.h"
     24#include "util/executor/executor_substring.h"
     25#include "util/executor/executor_member.h"
     26#include "util/executor/functor_member.h"
    2727
    2828#include "parser/tinyxml/tinyxml.h"
Note: See TracChangeset for help on using the changeset viewer.