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