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