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