- Timestamp:
- Aug 31, 2013, 11:26:22 AM (11 years ago)
- Location:
- source/ariba
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/Node.cpp
r12060 r12350 54 54 55 55 namespace ariba { 56 57 use_logging_cpp(Node); 56 58 57 59 //Node::Node(AribaModule& ariba_mod, const Name& node_name) : -
source/ariba/Node.h
r12060 r12350 65 65 #include "SideportListener.h" 66 66 #include "ariba/overlay/SequenceNumber.h" 67 #include "ariba/utility/logging/Logging.h" 67 68 68 69 // reboost messages … … 106 107 // TODO do we really want to inherit from Module.. ? 107 108 class Node: public Module { 109 use_logging_h(Node); 108 110 public: 109 111
Note:
See TracChangeset
for help on using the changeset viewer.