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