Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2536


Ignore:
Timestamp:
Dec 28, 2008, 7:18:39 PM (15 years ago)
Author:
rgrieder
Message:

FINALLY! Fixed the presentation bug, which was of my creation…
I therefore apologise to everyone for the unconveniences during the presentation (especially those you couldn't present their work).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/src/core/XMLPort.h

    r2505 r2536  
    9090*/
    9191#define XMLPortParamVariable(classname, paramname, variable, xmlelement, mode) \
    92     static XMLPortVariableHelperClass xmlcontainer##variable##dummy((void*)&variable); \
     92    XMLPortVariableHelperClass xmlcontainer##variable##dummy((void*)&variable); \
    9393    static ExecutorMember<orxonox::XMLPortVariableHelperClass>* xmlcontainer##variable##loadexecutor = static_cast<ExecutorMember<orxonox::XMLPortVariableHelperClass>*>(orxonox::createExecutor(orxonox::createFunctor(orxonox::XMLPortVariableHelperClass::getLoader(variable)), std::string( #classname ) + "::" + #variable + "loader")); \
    9494    static ExecutorMember<orxonox::XMLPortVariableHelperClass>* xmlcontainer##variable##saveexecutor = static_cast<ExecutorMember<orxonox::XMLPortVariableHelperClass>*>(orxonox::createExecutor(orxonox::createFunctor(orxonox::XMLPortVariableHelperClass::getSaver (variable)), std::string( #classname ) + "::" + #variable + "saver" )); \
Note: See TracChangeset for help on using the changeset viewer.