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