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