Ignore:
Timestamp:
Aug 22, 2012, 2:09:00 PM (12 years ago)
Author:
Michael Tänzer
Message:

Merge CMake branch into trunk

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  
    33
    44#include "ariba/config.h"
     5#include "ariba/utility/logging/Logging.h"
    56#include "transport_protocol.hpp"
    67#include "ariba/utility/addressing/endpoint_set.hpp"
     
    2930/// protocols and can send messages to an entire set of endpoints
    3031class transport_peer : public transport_protocol {
     32        use_logging_h(transport_peer);
    3133public:
    3234        transport_peer( endpoint_set& local_set );
Note: See TracChangeset for help on using the changeset viewer.