Changeset 11041
- Timestamp:
- 03/05/12 08:57:11 (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
ossiedev/branches/jsnyder/trunk/system/ossie/include/ossie/LoadableDevice_impl.h
r9807 r11041 53 53 { 54 54 protected: 55 vector < 56 fileCount > 57 loadedFiles; 55 vector<fileCount> loadedFiles; 56 CF::LoadableDevice::LoadType loadType; 58 57 void 59 58 incrementFile (const char *); … … 84 83 LoadableDevice_impl(); // No default constructor 85 84 LoadableDevice_impl(LoadableDevice_impl&); // No copying 85 86 86 }; 87 87