Changeset 7456 for code/trunk/src/modules/notifications
- Timestamp:
- Sep 15, 2010, 7:29:16 PM (14 years ago)
- Location:
- code/trunk/src/modules/notifications
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/notifications/Notification.cc
r7413 r7456 28 28 29 29 /** 30 @file 30 @file Notification.cc 31 31 @brief Implementation of the Notification class. 32 32 */ -
code/trunk/src/modules/notifications/Notification.h
r7403 r7456 28 28 29 29 /** 30 @file 30 @file Notification.h 31 31 @brief Definition of the Notification class. 32 @ingroup Notifications 32 33 */ 33 34 -
code/trunk/src/modules/notifications/NotificationDispatcher.cc
r7408 r7456 28 28 29 29 /** 30 @file 30 @file NotificationDispatcher.cc 31 31 @brief Implementation of the NotificationDispatcher class. 32 32 */ -
code/trunk/src/modules/notifications/NotificationDispatcher.h
r7407 r7456 28 28 29 29 /** 30 @file 30 @file NotificationDispatcher.h 31 31 @brief Definition of the NotificationDispatcher class. 32 @ingroup Notifications 32 33 */ 33 34 -
code/trunk/src/modules/notifications/NotificationManager.h
r7403 r7456 30 30 @file NotificationManager.h 31 31 @brief Definition of the NotificationManager class. 32 @ingroup Notifications 32 33 */ 33 34 -
code/trunk/src/modules/notifications/NotificationQueue.h
r7417 r7456 30 30 @file NotificationQueue.h 31 31 @brief Definition of the NotificationQueue class. 32 @ingroup Notifications 32 33 */ 33 34 -
code/trunk/src/modules/notifications/dispatchers/CommandNotification.cc
r7403 r7456 28 28 29 29 /** 30 @file 30 @file CommandNotification.cc 31 31 @brief Implementation of the CommandNotification class. 32 32 */ -
code/trunk/src/modules/notifications/dispatchers/CommandNotification.h
r7403 r7456 28 28 29 29 /** 30 @file 30 @file CommandNotification.h 31 31 @brief Definition of the CommandNotification class. 32 @ingroup NotificationDispatchers 32 33 */ 33 34 -
code/trunk/src/modules/notifications/dispatchers/SimpleNotification.cc
r7285 r7456 26 26 * 27 27 */ 28 29 /** 30 @file SimpleNotification.cc 31 @brief Implementation of the SimpleNotification class. 32 */ 28 33 29 34 #include "SimpleNotification.h" -
code/trunk/src/modules/notifications/dispatchers/SimpleNotification.h
r7285 r7456 26 26 * 27 27 */ 28 29 /** 30 @file SimpleNotification.h 31 @brief Declaration of the SimpleNotification class. 32 @ingroup NotificationDispatchers 33 */ 28 34 29 35 #ifndef _SimpleNotification_H__
Note: See TracChangeset
for help on using the changeset viewer.