Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 19, 2006, 6:13:52 PM (18 years ago)
Author:
bensch
Message:

new_class_id: ClassDescription is being remeastered in the LoadParam Class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/util/loading/load_param_class_description.h

    r9767 r9768  
    4444
    4545  static void printAll(const std::string& fileName = "");
    46   static std::list<std::string> searchClassWithShort(const std::string& classNameBegin);
    47   //  static const LoadParamDescription* getClass(const std::string& className);
    4846
    4947private:
     
    5351  static bool                                  _parametersDescription;  //!< if parameter-description should be enabled globally.
    5452
    55   static ClassDescriptionSet*                  _classList;              //!< a list, that stores all the loadable classes. (after one instance has been loaded)
     53  static ClassDescriptionSet                   _classList;              //!< a list, that stores all the loadable classes. (after one instance has been loaded)
    5654
    5755private:
Note: See TracChangeset for help on using the changeset viewer.