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