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