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