//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, Cpd0CollaborativeDesignDelegate Filename: Cpd0CollaborativeDesignDelegate.hxx Module: cpd0cd @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__CPD__CPD0COLLABORATIVEDESIGNDELEGATE_HXX #define TEAMCENTER__CPD__CPD0COLLABORATIVEDESIGNDELEGATE_HXX #include #include #include namespace Teamcenter { namespace Cpd { class Cpd0CollaborativeDesignDelegate; } } namespace Teamcenter { namespace Cpd { class Cpd0CollaborativeDesignImpl; } } namespace Teamcenter { namespace Cpd { class Cpd0CollaborativeDesign; } } namespace Teamcenter { namespace Cpd { class Cpd0CollaborativeDesignGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class CPD0CD_API Teamcenter_alias::Cpd::Cpd0CollaborativeDesignDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Cpd0CollaborativeDesignDelegate instance static Cpd0CollaborativeDesignDelegate& getInstance(); // Method to create the Cpd0CollaborativeDesignImpl pointer static Cpd0CollaborativeDesignImpl* createImpl( Cpd0CollaborativeDesign& ifObj ); // Method to delete the Cpd0CollaborativeDesignImpl pointer static void deleteImpl( Cpd0CollaborativeDesignImpl* 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 Cpd0CollaborativeDesign &ifObj, ::Teamcenter::CreateInput *creInput ); protected: // Pointer to the instance static Cpd0CollaborativeDesignDelegate* m_pInstance; Cpd0CollaborativeDesignDelegate(); virtual ~Cpd0CollaborativeDesignDelegate(); static void setInstance( Cpd0CollaborativeDesignDelegate* instance ); private: friend class ::Teamcenter::Cpd::Cpd0CollaborativeDesignGenImpl; }; #include #endif // TEAMCENTER__CPD__CPD0COLLABORATIVEDESIGNDELEGATE_HXX