Changeset 11027 for code/branches/fabienHS15/src/modules/notifications/dispatchers/CommandNotification.h
- Timestamp:
- Jan 3, 2016, 5:48:18 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/fabienHS15/src/modules/notifications/dispatchers/CommandNotification.h
r9667 r11027 122 122 void setPostMessage(const std::string& message) 123 123 { this->postMessage_ = message; } 124 125 const std::string& bindingNiceifyer(const std::string& binding); //!< Transforms the input binding into a human readable form.126 127 124 }; 128 125
Note: See TracChangeset
for help on using the changeset viewer.