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