//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, Smr0BoolCharDefinitionDelegate Filename: Smr0BoolCharDefinitionDelegate.hxx Module: mrocore @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__MROCORE__SMR0BOOLCHARDEFINITIONDELEGATE_HXX #define TEAMCENTER__MROCORE__SMR0BOOLCHARDEFINITIONDELEGATE_HXX #include #include #include namespace Teamcenter { namespace mrocore { class Smr0BoolCharDefinitionDelegate; } } namespace Teamcenter { namespace mrocore { class Smr0BoolCharDefinitionImpl; } } namespace Teamcenter { namespace mrocore { class Smr0BoolCharDefinition; } } namespace Teamcenter { namespace mrocore { class Smr0BoolCharDefinitionGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class MROCORE_API Teamcenter_alias::mrocore::Smr0BoolCharDefinitionDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Smr0BoolCharDefinitionDelegate instance static Smr0BoolCharDefinitionDelegate& getInstance(); // Method to create the Smr0BoolCharDefinitionImpl pointer static Smr0BoolCharDefinitionImpl* createImpl( Smr0BoolCharDefinition& ifObj ); // Method to delete the Smr0BoolCharDefinitionImpl pointer static void deleteImpl( Smr0BoolCharDefinitionImpl* impl ); protected: // Pointer to the instance static Smr0BoolCharDefinitionDelegate* m_pInstance; Smr0BoolCharDefinitionDelegate(); virtual ~Smr0BoolCharDefinitionDelegate(); static void setInstance( Smr0BoolCharDefinitionDelegate* instance ); private: friend class ::Teamcenter::mrocore::Smr0BoolCharDefinitionGenImpl; }; #include #endif // TEAMCENTER__MROCORE__SMR0BOOLCHARDEFINITIONDELEGATE_HXX