Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9909 in orxonox.OLD for branches/network/src/lib/lang/object_list.h


Ignore:
Timestamp:
Oct 30, 2006, 10:35:23 PM (19 years ago)
Author:
rennerc
Message:

ClassID synchronization might work. at least it still works with it :D

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/lang/object_list.h

    r9869 r9909  
    133133  static NameMap*               _classesByName;     //!< A Map of all the classes in existance.
    134134  static std::list<std::string> _classNames;        //!< A list of all the registered ClassNames.
     135 
     136public:
     137  static void replaceIDMap( const std::map<std::string, int>& str2id );
     138  static std::map<std::string, int>* createStrToId();
    135139};
    136140
Note: See TracChangeset for help on using the changeset viewer.