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