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