Changeset 3055 for source/ariba/Node.h
- Timestamp:
- Apr 23, 2009, 5:55:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/Node.h
r3037 r3055 42 42 // forward declarations 43 43 namespace ariba { 44 class Node; 44 class Node; 45 namespace overlay { 46 class BaseOverlay; 47 } 45 48 } 46 49 … … 55 58 #include "DataMessage.h" 56 59 60 using ariba::overlay::BaseOverlay; 57 61 using std::vector; 58 62 59 63 namespace ariba { 60 61 // forward declaration62 namespace interface {63 class ServiceInterface;64 }65 66 namespace overlay {67 class BaseOverlay;68 }69 64 70 65 /** … … 338 333 AribaModule& ariba_mod; //< ariba module 339 334 SpoVNetID spovnetId; //< current spovnet id 340 NodeID nodeId; 335 NodeID nodeId; //< current node id 341 336 overlay::BaseOverlay* base_overlay; //< the base overlay 342 343 // delegates344 static ServiceID anonymousService;345 337 }; 346 338
Note:
See TracChangeset
for help on using the changeset viewer.