Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 15, 2018, 11:18:38 PM (6 years ago)
Author:
landauf
Message:

[Dialog_HS17] cleanup XMLPort collection getters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Presentation_HS17_merge/src/modules/dialog/Question.h

    r11749 r11750  
    6363
    6464                        void addAnswerId(AnswerId* answerId);   //xmlPort-Funktion, nimmt AnswerIds von entsprechenden Objekten und fuegt sie in List ein.
    65                         const AnswerId* getAnswerId() const;    //xmlPort-Funktion, gibt nichts zuruek
     65                        AnswerId* getAnswerId(unsigned int index) const;        //xmlPort-Funktion, gibt nichts zuruek
    6666
    6767                        /**
     
    7272                        returns pointer to the array with ids of possible pc textoptions
    7373                */
    74                         const std::vector<std::string>* getAnswerIds(); //returnt Pointer auf Vektor mit allen Ids
     74                        const std::vector<std::string>& getAnswerIds() const; //returnt Pointer auf Vektor mit allen Ids
    7575
    7676
Note: See TracChangeset for help on using the changeset viewer.