//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, Ssm0SimTemplateDatasetDispatch Filename: Ssm0SimTemplateDatasetDispatch.hxx Module: ssm0systemsynthesismodelingdispatch @BMIDE autogenerated ==================================================================================================*/ #ifndef SSM0SYSTEMSYNTHESISMODELING__SSM0SIMTEMPLATEDATASETDISPATCH_HXX #define SSM0SYSTEMSYNTHESISMODELING__SSM0SIMTEMPLATEDATASETDISPATCH_HXX #include #include #include #include #include #include namespace ssm0systemsynthesismodeling { class Ssm0SimTemplateDatasetDispatch; } namespace ssm0systemsynthesismodeling { class Ssm0SimTemplateDatasetDelegate; } namespace Teamcenter { class BusinessObjectImpl; } class SSM0SYSTEMSYNTHESISMODELINGDISPATCH_API ssm0systemsynthesismodeling::Ssm0SimTemplateDatasetDispatch : public ssm0systemsynthesismodeling::Ssm0SimTemplateDatasetDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Ssm0SimTemplateDatasetDispatch instance static Ssm0SimTemplateDatasetDispatch& getInstance(); private: // Pointer to the dispatch instance static Ssm0SimTemplateDatasetDispatch* m_dispatch; // Default Constructor Ssm0SimTemplateDatasetDispatch(); // Default Destructor virtual ~Ssm0SimTemplateDatasetDispatch(); // Constructor Method static ::Teamcenter::RootObject* constructor(); // Copy Constructor for a Ssm0SimTemplateDatasetDispatch Ssm0SimTemplateDatasetDispatch( const Ssm0SimTemplateDatasetDispatch& ); // Assignment operator Ssm0SimTemplateDatasetDispatch& operator = ( const Ssm0SimTemplateDatasetDispatch& ); // friend friend void ::ssm0systemsynthesismodeling::initializessm0systemsynthesismodelingInternal(); friend void ::ssm0systemsynthesismodeling::initializessm0systemsynthesismodelingExtenders(); friend class ssm0systemsynthesismodeling::Ssm0SimTemplateDatasetDelegate; }; #include #endif // SSM0SYSTEMSYNTHESISMODELING__SSM0SIMTEMPLATEDATASETDISPATCH_HXX