Changeset 8710
- Timestamp:
- 02/16/09 20:35:33 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
ossiedev/branches/mcarrick/DPD/HWDeviceRegistration.h
r8709 r8710 12 12 13 13 #include "include/tinyxml.h" 14 15 #include <iostream>16 14 17 15 // pre-definition … … 42 40 private: 43 41 HWDeviceRegistration(); // no default constructor 44 //HWDeviceRegistration(const HWDeviceRegistration& aHWDeviceRegistration); // no copying42 HWDeviceRegistration(const HWDeviceRegistration& aHWDeviceRegistration); // no copying 45 43 46 44 std::vector <ChildHWDevice*> childHWDevices;