Changeset 3690 for source/ariba/overlay/modules/OverlayFactory.h
- Timestamp:
- May 26, 2009, 1:40:23 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/modules/OverlayFactory.h
r3689 r3690 1 // [Licen ce]1 // [License] 2 2 // The Ariba-Underlay Copyright 3 3 // … … 35 35 // official policies, either expressed or implied, of the Institute of 36 36 // Telematics. 37 // [Licen ce]37 // [License] 38 38 39 39 #ifndef __OVERLAY_FACTORY_H … … 41 41 42 42 #include "ariba/utility/types/OverlayParameterSet.h" 43 #include "ariba/overlay/modules/OverlayInterface.h" 44 #include " ariba/overlay/modules/onehop/OneHop.h"43 44 #include "OverlayInterface.h" 45 45 46 46 using ariba::utility::OverlayParameterSet; 47 using ariba::overlay::OverlayInterface;48 using ariba::overlay::OneHop;49 47 50 48 namespace ariba {
Note:
See TracChangeset
for help on using the changeset viewer.