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