Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 12, 2008, 4:24:14 PM (16 years ago)
Author:
landauf
Message:

Added two new classes:

  • ClassManager, a helper class for ClassIdentifier
  • IdentifierDistributor, a class that hopefully allows unique ClassIdentifiers even with several libraries

In a first try it seemed to work, but it needs more testing. At least it solved a problem I discovered yesterday with multiple Identifiers for the type "BaseObject" on windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core/src/orxonox/core/CorePrereqs.h

    r801 r805  
    7070  template <class T>
    7171  class ClassIdentifier;
     72  template <class T>
     73  class ClassManager;
    7274  class ConfigValueContainer;
    7375  class DebugLevel;
     
    7577  class Factory;
    7678  class Identifier;
     79  class IdentifierDistributor;
    7780  class IdentifierList;
    7881  class IdentifierListElement;
Note: See TracChangeset for help on using the changeset viewer.