//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, Aps0PlantLocationDispatch Filename: Aps0PlantLocationDispatch.hxx Module: aps0apscoredispatch @BMIDE autogenerated ==================================================================================================*/ #ifndef APS0APSCORE__APS0PLANTLOCATIONDISPATCH_HXX #define APS0APSCORE__APS0PLANTLOCATIONDISPATCH_HXX #include #include #include #include #include #include namespace aps0apscore { class Aps0PlantLocationDispatch; } namespace aps0apscore { class Aps0PlantLocationDelegate; } namespace Teamcenter { class BusinessObjectImpl; } class APS0APSCOREDISPATCH_API aps0apscore::Aps0PlantLocationDispatch : public aps0apscore::Aps0PlantLocationDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Aps0PlantLocationDispatch instance static Aps0PlantLocationDispatch& getInstance(); private: // Pointer to the dispatch instance static Aps0PlantLocationDispatch* m_dispatch; // Default Constructor Aps0PlantLocationDispatch(); // Default Destructor virtual ~Aps0PlantLocationDispatch(); // Constructor Method static ::Teamcenter::RootObject* constructor(); // Copy Constructor for a Aps0PlantLocationDispatch Aps0PlantLocationDispatch( const Aps0PlantLocationDispatch& ); // Assignment operator Aps0PlantLocationDispatch& operator = ( const Aps0PlantLocationDispatch& ); // friend friend void ::aps0apscore::initializeaps0apscoreInternal(); friend void ::aps0apscore::initializeaps0apscoreExtenders(); friend class aps0apscore::Aps0PlantLocationDelegate; }; #include #endif // APS0APSCORE__APS0PLANTLOCATIONDISPATCH_HXX