//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, Fnd0ScopedCNFDelegate Filename: Fnd0ScopedCNFDelegate.hxx Module: fnd0booleansolve @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0SCOPEDCNFDELEGATE_HXX #define TEAMCENTER__FND0SCOPEDCNFDELEGATE_HXX #include #include #include namespace Teamcenter { class Fnd0ScopedCNFDelegate; } namespace Teamcenter { class Fnd0ScopedCNFImpl; } namespace Teamcenter { class Fnd0ScopedCNF; } namespace Teamcenter { class Fnd0ScopedCNFGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class FND0BOOLEANSOLVE_API Teamcenter_alias::Fnd0ScopedCNFDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Fnd0ScopedCNFDelegate instance static Fnd0ScopedCNFDelegate& getInstance(); // Method to create the Fnd0ScopedCNFImpl pointer static Fnd0ScopedCNFImpl* createImpl( Fnd0ScopedCNF& ifObj ); // Method to delete the Fnd0ScopedCNFImpl pointer static void deleteImpl( Fnd0ScopedCNFImpl* impl ); protected: // Pointer to the instance static Fnd0ScopedCNFDelegate* m_pInstance; Fnd0ScopedCNFDelegate(); virtual ~Fnd0ScopedCNFDelegate(); static void setInstance( Fnd0ScopedCNFDelegate* instance ); private: friend class ::Teamcenter::Fnd0ScopedCNFGenImpl; }; #include #endif // TEAMCENTER__FND0SCOPEDCNFDELEGATE_HXX