Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 30, 2017, 9:33:27 AM (6 years ago)
Author:
kuchlert
Message:

fixed addQuestion and addAnswer in Dialog

File:
1 edited

Legend:

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

    r11607 r11611  
    1313                public:
    1414                        AnswerId(Context* context);
    15                 //      virtual ~AnswerId();
     15                       
    1616                        virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
    1717
    18                         void setId(std::string Id);
    19                         std::string getId();
     18            void setId(std::string Id);
     19            std::string getId();
    2020
    2121                private:
    22                         std::string Id_;
     22                        std::string id_;
    2323        };
    2424}
Note: See TracChangeset for help on using the changeset viewer.