//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, Ctm0SNSNodeDelegate Filename: Ctm0SNSNodeDelegate.hxx Module: contmgmtbase @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__CONTMGMTBASE__CTM0SNSNODEDELEGATE_HXX #define TEAMCENTER__CONTMGMTBASE__CTM0SNSNODEDELEGATE_HXX #include #include #include namespace Teamcenter { namespace contmgmtbase { class Ctm0SNSNodeDelegate; } } namespace Teamcenter { namespace contmgmtbase { class Ctm0SNSNodeImpl; } } namespace Teamcenter { namespace contmgmtbase { class Ctm0SNSNode; } } namespace Teamcenter { namespace contmgmtbase { class Ctm0SNSNodeGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class CONTMGMTBASE_API Teamcenter_alias::contmgmtbase::Ctm0SNSNodeDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Ctm0SNSNodeDelegate instance static Ctm0SNSNodeDelegate& getInstance(); // Method to create the Ctm0SNSNodeImpl pointer static Ctm0SNSNodeImpl* createImpl( Ctm0SNSNode& ifObj ); // Method to delete the Ctm0SNSNodeImpl pointer static void deleteImpl( Ctm0SNSNodeImpl* impl ); /// /// Description for the Finalize Create Input /// @version Tc 8 /// @param creInput - desc for creInput parameter /// @return - Return desc for Initialize for Create /// int finalizeCreateInputBase(const Ctm0SNSNode &ifObj, ::Teamcenter::CreateInput *creInput ); protected: // Pointer to the instance static Ctm0SNSNodeDelegate* m_pInstance; Ctm0SNSNodeDelegate(); virtual ~Ctm0SNSNodeDelegate(); static void setInstance( Ctm0SNSNodeDelegate* instance ); private: friend class ::Teamcenter::contmgmtbase::Ctm0SNSNodeGenImpl; }; #include #endif // TEAMCENTER__CONTMGMTBASE__CTM0SNSNODEDELEGATE_HXX