Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 29, 2008, 7:36:33 PM (16 years ago)
Author:
nicolasc
Message:

just a test - don't morge this

File:
1 edited

Legend:

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

    r1505 r1634  
    9696            virtual ~XMLPortParamContainer() {}
    9797
    98             inline const std::string& getName() const
     98            const std::string& getName() const
    9999                { return this->paramname_; }
    100100
     
    243243            virtual ~XMLPortObjectContainer() {}
    244244
    245             inline const std::string& getName() const
     245            const std::string& getName() const
    246246                { return this->sectionname_; }
    247247
Note: See TracChangeset for help on using the changeset viewer.