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