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