//Copyright 2020 Siemens Digital Industries Software //================================================== //Copyright $2020. //Siemens Product Lifecycle Management Software Inc. //All Rights Reserved. //================================================== //Copyright 2020 Siemens Digital Industries Software /*================================================================================================== File description: This file contains the declaration for the Business Object, StructureMapRevisionDelegate Filename: StructureMapRevisionDelegate.hxx Module: cae @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__STRUCTUREMAPREVISIONDELEGATE_HXX #define TEAMCENTER__STRUCTUREMAPREVISIONDELEGATE_HXX #include #include #include namespace Teamcenter { class StructureMapRevisionDelegate; } namespace Teamcenter { class StructureMapRevisionImpl; } namespace Teamcenter { class StructureMapRevision; } namespace Teamcenter { class StructureMapRevisionGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class CAE_API Teamcenter_alias::StructureMapRevisionDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the StructureMapRevisionDelegate instance static StructureMapRevisionDelegate& getInstance(); // Method to create the StructureMapRevisionImpl pointer static StructureMapRevisionImpl* createImpl( StructureMapRevision& ifObj ); // Method to delete the StructureMapRevisionImpl pointer static void deleteImpl( StructureMapRevisionImpl* impl ); protected: // Pointer to the instance static StructureMapRevisionDelegate* m_pInstance; StructureMapRevisionDelegate(); virtual ~StructureMapRevisionDelegate(); static void setInstance( StructureMapRevisionDelegate* instance ); private: friend class ::Teamcenter::StructureMapRevisionGenImpl; }; #include #endif // TEAMCENTER__STRUCTUREMAPREVISIONDELEGATE_HXX