Changeset 10700 for source/ariba/utility/transport/transport_peer.hpp
- Timestamp:
- Aug 22, 2012, 2:09:00 PM (13 years ago)
- Location:
- source
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
source
- Property svn:ignore deleted
-
source/ariba
- Property svn:ignore deleted
-
source/ariba/utility
- Property svn:ignore deleted
-
source/ariba/utility/transport
- Property svn:mergeinfo changed (with no actual effect on merging)
-
source/ariba/utility/transport/transport_peer.hpp
r10653 r10700 3 3 4 4 #include "ariba/config.h" 5 #include "ariba/utility/logging/Logging.h" 5 6 #include "transport_protocol.hpp" 6 7 #include "ariba/utility/addressing/endpoint_set.hpp" … … 29 30 /// protocols and can send messages to an entire set of endpoints 30 31 class transport_peer : public transport_protocol { 32 use_logging_h(transport_peer); 31 33 public: 32 34 transport_peer( endpoint_set& local_set );
Note:
See TracChangeset
for help on using the changeset viewer.