Changeset 3055 for source/ariba/Identifiers.h
- Timestamp:
- Apr 23, 2009, 5:55:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/Identifiers.h
r2409 r3055 40 40 #define IDENTIFIERS_H_ 41 41 42 //#include "ariba.h"43 44 // TODO: implement via variable integers to support different node id sizes!!45 //#include "ariba/utility/vtypes/vint.hpp"46 47 // hack48 42 #include "ariba/utility/types/NodeID.h" 49 43 #include "ariba/utility/types/ServiceID.h" … … 53 47 namespace ariba { 54 48 55 // TODO: implement via variable integers to support different node id sizes!!56 //typedef vint<32> LinkID;57 //typedef vint<32> ServiceID;58 //typedef vint<> NodeID;59 //typedef vint<> SpoVNetID;60 61 // hack: for now, use old identifiers62 49 typedef utility::NodeID NodeID; 63 50 typedef utility::LinkID LinkID;
Note:
See TracChangeset
for help on using the changeset viewer.