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