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