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