Changeset 7210 for code/trunk/src/modules
- Timestamp:
- Aug 24, 2010, 2:26:39 PM (14 years ago)
- Location:
- code/trunk/src/modules/notifications
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/notifications/NotificationsPrereqs.h
r7193 r7210 73 73 //dispatchers 74 74 class CommandNotification; 75 class SimpleNotification; 75 76 } 76 77 -
code/trunk/src/modules/notifications/dispatchers/CMakeLists.txt
r7193 r7210 1 1 ADD_SOURCE_FILES(NOTIFICATIONS_SRC_FILES 2 2 CommandNotification.cc 3 SimpleNotification.cc 3 4 ) -
code/trunk/src/modules/notifications/dispatchers/CommandNotification.h
r7193 r7210 56 56 virtual ~CommandNotification(); //!< Destructor. 57 57 58 virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode); //!< Method for creating a NotificationDispatcherobject through XML.58 virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode); //!< Method for creating a CommandNotification object through XML. 59 59 60 60 /**
Note: See TracChangeset
for help on using the changeset viewer.