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