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