//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, Fnd0StructureContextDelegate Filename: Fnd0StructureContextDelegate.hxx Module: rdv @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0STRUCTURECONTEXTDELEGATE_HXX #define TEAMCENTER__FND0STRUCTURECONTEXTDELEGATE_HXX #include #include #include namespace Teamcenter { class Fnd0StructureContextDelegate; } namespace Teamcenter { class Fnd0StructureContextImpl; } namespace Teamcenter { class Fnd0StructureContext; } namespace Teamcenter { class Fnd0StructureContextGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class RDV_API Teamcenter_alias::Fnd0StructureContextDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Fnd0StructureContextDelegate instance static Fnd0StructureContextDelegate& getInstance(); // Method to create the Fnd0StructureContextImpl pointer static Fnd0StructureContextImpl* createImpl( Fnd0StructureContext& ifObj ); // Method to delete the Fnd0StructureContextImpl pointer static void deleteImpl( Fnd0StructureContextImpl* impl ); /// /// Deletes the instance. /// @version Teamcenter 11.1 /// @return - Failure code. /// int fnd0DeleteBase(const Fnd0StructureContext &ifObj ); protected: // Pointer to the instance static Fnd0StructureContextDelegate* m_pInstance; Fnd0StructureContextDelegate(); virtual ~Fnd0StructureContextDelegate(); static void setInstance( Fnd0StructureContextDelegate* instance ); private: friend class ::Teamcenter::Fnd0StructureContextGenImpl; }; #include #endif // TEAMCENTER__FND0STRUCTURECONTEXTDELEGATE_HXX