Changeset 6919 for source/ariba/communication/BaseCommunication.h
- Timestamp:
- Nov 13, 2009, 1:41:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/communication/BaseCommunication.h
r5874 r6919 41 41 42 42 // boost & std includes 43 #include < ext/hash_map>44 #include < ext/hash_set>43 #include <boost/unordered_map.hpp> 44 #include <boost/unordered_set.hpp> 45 45 #include <map> 46 46 #include <set> … … 239 239 /// link identifiers 240 240 LinkID localLink; 241 const address_v* localLocator; 242 243 /// used underlay addresses for the link 241 244 LinkID remoteLink; 242 243 /// used underlay addresses for the link244 const address_v* localLocator;245 245 const address_v* remoteLocator; 246 246
Note:
See TracChangeset
for help on using the changeset viewer.