- Timestamp:
- Jun 13, 2009, 5:05:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pch/src/orxonox/overlays/notifications/NotificationOverlay.cc
r3144 r3158 28 28 29 29 /** 30 @file NotificationOverlay.cc30 @file 31 31 @brief Implementation of the NotificationOverlay class. 32 32 */ … … 127 127 Clips the input message so that it meets the requirements for the maximal length of Notifications given by the NotificationQueue. 128 128 */ 129 conststd::string NotificationOverlay::clipMessage(const std::string & message)129 std::string NotificationOverlay::clipMessage(const std::string & message) 130 130 { 131 131 if(message.length() <= (unsigned int)this->queue_->getNotificationLength()) //!< If the message is not too long.
Note: See TracChangeset
for help on using the changeset viewer.