//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, Mdl0CopyStableRelationDispatch Filename: Mdl0CopyStableRelationDispatch.hxx Module: aps0apscoredispatch @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__APPMODEL__MDL0COPYSTABLERELATIONDISPATCH_HXX #define TEAMCENTER__APPMODEL__MDL0COPYSTABLERELATIONDISPATCH_HXX #include #include #include #include #include #include namespace Teamcenter { namespace AppModel { class Mdl0CopyStableRelationDispatch; } } namespace Teamcenter { namespace AppModel { class Mdl0CopyStableRelationDelegate; } } namespace Teamcenter { class BusinessObjectImpl; } class APS0APSCOREDISPATCH_API Teamcenter::AppModel::Mdl0CopyStableRelationDispatch : public Teamcenter::AppModel::Mdl0CopyStableRelationDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Mdl0CopyStableRelationDispatch instance static Mdl0CopyStableRelationDispatch& getInstance(); private: // Pointer to the dispatch instance static Mdl0CopyStableRelationDispatch* m_dispatch; // Default Constructor Mdl0CopyStableRelationDispatch(); // Default Destructor virtual ~Mdl0CopyStableRelationDispatch(); // Constructor Method static ::Teamcenter::RootObject* constructor(); // Copy Constructor for a Mdl0CopyStableRelationDispatch Mdl0CopyStableRelationDispatch( const Mdl0CopyStableRelationDispatch& ); // Assignment operator Mdl0CopyStableRelationDispatch& operator = ( const Mdl0CopyStableRelationDispatch& ); // friend friend void ::aps0apscore::initializeaps0apscoreInternal(); friend void ::aps0apscore::initializeaps0apscoreExtenders(); friend class Teamcenter::AppModel::Mdl0CopyStableRelationDelegate; }; #include #endif // TEAMCENTER__APPMODEL__MDL0COPYSTABLERELATIONDISPATCH_HXX