Changeset 6159

Show
Ignore:
Timestamp:
01/17/08 09:19:08 (5 years ago)
Author:
balister
Message:

Change identifier from proctected to private.

Location:
ossie/trunk/ossie/include/ossie
Files:
1 added
2 modified

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 
     1pkginclude_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 
    22 
  • ossie/trunk/ossie/include/ossie/Resource_impl.h

    r6151 r6159  
    3232 
    3333{ 
    34 protected: 
    35     std::string _identifier; 
    36      
    3734public: 
    3835    Resource_impl (const char *_uuid); 
     
    5653    Resource_impl(); // No default constructor 
    5754    Resource_impl(Resource_impl &); // No copying 
     55 
     56    std::string _identifier; 
     57 
    5858}; 
    5959#endif