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