Changeset 3056 for source/ariba/CommunicationListener.h
- Timestamp:
- Apr 23, 2009, 6:58:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/CommunicationListener.h
r3055 r3056 40 40 #define COMMUNICATIONLISTENER_H_ 41 41 42 namespace ariba {43 // forward declaration44 class CommunicationListener;45 }46 47 42 #include "Message.h" 48 43 #include "Identifiers.h" … … 52 47 namespace ariba { 53 48 49 // forward decl 50 namespace overlay { 51 class BaseOverlay; 52 } 53 54 54 /** 55 55 * Listener for communication events on links. 56 56 */ 57 57 class CommunicationListener { 58 friend class Node;58 friend class ariba::overlay::BaseOverlay; 59 59 protected: 60 60 CommunicationListener();
Note:
See TracChangeset
for help on using the changeset viewer.