Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 22, 2005, 1:43:16 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/levelLoader: capabilities for documentation are close by

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/levelLoader/src/util/loading/factory.h

    r4253 r4254  
    3333    this should be used at the beginning of all the Classes that should be loadable (in the cc-file)
    3434*/
    35 #define CREATE_FACTORY(CLASS_NAME) tFactory<CLASS_NAME>* global_##CLASS_NAME##Factory = new tFactory<CLASS_NAME>(#CLASS_NAME); \
    36         CREATE_LOAD_DOC(CLASS_NAME)
    37 
    38 
    39                
     35#define CREATE_FACTORY(CLASS_NAME) tFactory<CLASS_NAME>* global_##CLASS_NAME##Factory = new tFactory<CLASS_NAME>(#CLASS_NAME)           
    4036//! The Factory is
    4137class Factory {
Note: See TracChangeset for help on using the changeset viewer.