Changeset 3037 for source/ariba/AribaModule.h
- Timestamp:
- Apr 22, 2009, 9:07:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/AribaModule.h
r2454 r3037 64 64 class NetworkLocator; 65 65 } 66 namespace interface{67 class UnderlayAbstraction;66 namespace communication { 67 class BaseCommunication; 68 68 } 69 69 … … 185 185 const Name& spovnet) const; 186 186 187 // TODO: merge with old interface 188 interface::UnderlayAbstraction* underlay_abs; 187 communication::BaseCommunication* base_comm; 189 188 190 189 // TODO: use "abstract" representations here!
Note:
See TracChangeset
for help on using the changeset viewer.