- Timestamp:
- Sep 10, 2010, 11:31:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/notifications/src/modules/notifications/Notification.cc
r7348 r7400 48 48 @brief 49 49 Default constructor. Initializes the object. 50 @param creator 51 The creator. 50 52 */ 51 53 Notification::Notification(BaseObject* creator) : BaseObject(creator), Synchronisable(creator) … … 59 61 @brief 60 62 Constructor. Creates a Notification with the input message. 63 @param creator 64 The creator. 61 65 @param message 62 66 The message of the Notification.
Note: See TracChangeset
for help on using the changeset viewer.