Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 7, 2016, 3:59:00 PM (7 years ago)
Author:
dmoritz
Message:

Speaker added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Dialog_HS16/src/modules/notifications/dispatchers/Dialogue.h

    r11261 r11270  
    2121            const std::string& getMessage(void)
    2222                { return this->message_; }
    23          //   const std::string& getSpeaker(void)
    24             //  {return this->speaker_;}
     23                const std::string& getSpeaker(void)
     24                        {return this->speaker_;}
    2525
    2626    protected:
    27         virtual const std::string& createNotificationMessage(void)
    28                 { return this->message_; }
    29        // virtual const std::string& createNotificationSpeaker(void)
    30         //              { return this->speaker_; }
     27        virtual const std::string& createNotificationMessage(void);
     28               
     29       
    3130    private:
    3231                std::string message_;
    33         //      std::string speaker_;
     32                std::string speaker_;
     33                std::string dialogue_;
    3434
     35                void setSpeaker(const std::string& speaker)
     36                { this->speaker_ = speaker;}
    3537                void setMessage(const std::string& message)
    3638                { this->message_ = message; }
    37            // void setSpeaker(const std::string& speaker)
    38             //  { this->speaker_ = speaker;}
     39           
    3940        } ;       
    4041
Note: See TracChangeset for help on using the changeset viewer.