Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 8, 2017, 2:55:15 PM (6 years ago)
Author:
kuchlert
Message:

eigentlich fertig nur noch altes system entfernen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Dialog_HS17/src/modules/dialog/AnswerId.h

    r11611 r11644  
    1616                        virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
    1717
    18             void setId(std::string Id);
    19             std::string getId();
     18            void setId(const std::string& Id);  //allows to set Id, only use in xmlPort for initializing AnswerIds in lvl files
     19            const std::string& getId() const;   //allows to get Id, used in xmlPort
    2020
    2121                private:
Note: See TracChangeset for help on using the changeset viewer.