- Timestamp:
- Nov 14, 2016, 4:08:55 PM (8 years ago)
- Location:
- code/branches/Dialog_HS16/src/modules/notifications/dispatchers
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Dialog_HS16/src/modules/notifications/dispatchers/CMakeLists.txt
r11247 r11292 3 3 SimpleNotification.cc 4 4 Dialogue.cc 5 DialogueManager.cc 5 6 ) -
code/branches/Dialog_HS16/src/modules/notifications/dispatchers/Dialogue.h
r11270 r11292 23 23 const std::string& getSpeaker(void) 24 24 {return this->speaker_;} 25 26 25 protected: 27 26 virtual const std::string& createNotificationMessage(void); … … 37 36 void setMessage(const std::string& message) 38 37 { this->message_ = message; } 39 40 38 } ; 41 39
Note: See TracChangeset
for help on using the changeset viewer.