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