Changeset 11292 for code/branches/Dialog_HS16/src/modules
- Timestamp:
- Nov 14, 2016, 4:08:55 PM (8 years ago)
- Location:
- code/branches/Dialog_HS16/src/modules
- Files:
-
- 4 added
- 3 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 -
code/branches/Dialog_HS16/src/modules/overlays/hud/CMakeLists.txt
r11052 r11292 25 25 LastTeamStandingInfos.cc 26 26 CountDown.cc 27 HUDDialogue.cc 27 28 )
Note: See TracChangeset
for help on using the changeset viewer.