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