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