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