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