Changeset 6159
- Timestamp:
- 01/17/08 09:19:08 (5 years ago)
- Location:
- ossie/trunk/ossie/include/ossie
- Files:
-
- 1 added
- 2 modified
-
Makefile.am (modified) (1 diff)
-
Resource_impl.h (modified) (2 diffs)
-
ossieResource.h (added)
Legend:
- Unmodified
- Added
- Removed
-
ossie/trunk/ossie/include/ossie/Makefile.am
r5845 r6159 1 pkginclude_HEADERS = ApplicationFactory_impl.h Application_impl.h orb_wrap.h automaticTest.h OS_config.h ComponentAssemblyParser.h ossiecf.h ComponentInstantiation.h ossieparser.h ComponentPlacement.h Port.h ComponentSupportedInterface.h Port_impl.h Connection.h PortSupplier_impl.h DCDComponentInstantiation.h PRFParser.h PRFProperty.h DCDComponentPlacement.h PRFSimpleProperty.h PRFSimpleSequenceProperty.h DCDConnectionParser.h PropertySet_impl.h DCDInstantiationProperty.h ProvidesPort.h DCDParser.h Resource_impl.h Device_impl.h SADComponentInstantiation.h DeviceManager_impl.h SADComponentPlacement.h DMDParser.h SADHostCollocation.h DomainManager_impl.h SADParser.h SCDParser.h ExternalPort.h SPDAuthor.h File_impl.h SPDImplementation.h FileManager_impl.h SPDParser.h FileSystem_impl.h SPDUsesDevice.h FindBy.h InstantiationProperty.h TestableObject_impl.h LifeCycle_impl.h UsesPort.h ossieSupport.h portability.h prop_helpers.h debug.h SADComponentFile.h 1 pkginclude_HEADERS = ApplicationFactory_impl.h Application_impl.h orb_wrap.h automaticTest.h OS_config.h ComponentAssemblyParser.h ossiecf.h ComponentInstantiation.h ossieparser.h ComponentPlacement.h Port.h ComponentSupportedInterface.h Port_impl.h Connection.h PortSupplier_impl.h DCDComponentInstantiation.h PRFParser.h PRFProperty.h DCDComponentPlacement.h PRFSimpleProperty.h PRFSimpleSequenceProperty.h DCDConnectionParser.h PropertySet_impl.h DCDInstantiationProperty.h ProvidesPort.h DCDParser.h Resource_impl.h Device_impl.h SADComponentInstantiation.h DeviceManager_impl.h SADComponentPlacement.h DMDParser.h SADHostCollocation.h DomainManager_impl.h SADParser.h SCDParser.h ExternalPort.h SPDAuthor.h File_impl.h SPDImplementation.h FileManager_impl.h SPDParser.h FileSystem_impl.h SPDUsesDevice.h FindBy.h InstantiationProperty.h TestableObject_impl.h LifeCycle_impl.h UsesPort.h ossieSupport.h portability.h prop_helpers.h debug.h SADComponentFile.h ossieResource.h 2 2 -
ossie/trunk/ossie/include/ossie/Resource_impl.h
r6151 r6159 32 32 33 33 { 34 protected:35 std::string _identifier;36 37 34 public: 38 35 Resource_impl (const char *_uuid); … … 56 53 Resource_impl(); // No default constructor 57 54 Resource_impl(Resource_impl &); // No copying 55 56 std::string _identifier; 57 58 58 }; 59 59 #endif