Changeset 5358 for source/ariba/communication
- Timestamp:
- Jul 26, 2009, 5:17:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/communication/BaseCommunication.h
r5284 r5358 95 95 96 96 namespace ariba { 97 class SideportListener; 98 } 99 100 namespace ariba { 97 101 namespace communication { 98 102 … … 114 118 * @author Sebastian Mies, Christoph Mayer 115 119 */ 116 class BaseCommunication: public NetworkChangeInterface, 117 public SystemEventListener, public transport_listener { 120 class BaseCommunication: 121 public NetworkChangeInterface, 122 public SystemEventListener, 123 public transport_listener { 124 118 125 use_logging_h(BaseCommunication); 126 friend class ariba::SideportListener; 119 127 120 128 public:
Note:
See TracChangeset
for help on using the changeset viewer.