You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
2.5 KiB
79 lines
2.5 KiB
//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, Civ0UpdateFileDispatch
|
|
Filename: Civ0UpdateFileDispatch.hxx
|
|
Module: contmgmts1000d40dispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef CONTMGMTS1000D40__CIV0UPDATEFILEDISPATCH_HXX
|
|
#define CONTMGMTS1000D40__CIV0UPDATEFILEDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <contmgmts1000d40/Civ0UpdateFile.hxx>
|
|
#include <contmgmts1000d40/Civ0UpdateFileDelegate.hxx>
|
|
#include <contmgmtbasedispatch/DC_TopicDispatch.hxx>
|
|
#include <contmgmts1000d40dispatch/initializecontmgmts1000d40.hxx>
|
|
|
|
#include <contmgmts1000d40dispatch/libcontmgmts1000d40dispatch_exports.h>
|
|
|
|
namespace contmgmts1000d40
|
|
{
|
|
class Civ0UpdateFileDispatch;
|
|
}
|
|
namespace contmgmts1000d40
|
|
{
|
|
class Civ0UpdateFileDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class CONTMGMTS1000D40DISPATCH_API contmgmts1000d40::Civ0UpdateFileDispatch
|
|
: public contmgmts1000d40::Civ0UpdateFileDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Civ0UpdateFileDispatch instance
|
|
static Civ0UpdateFileDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static Civ0UpdateFileDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
Civ0UpdateFileDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~Civ0UpdateFileDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a Civ0UpdateFileDispatch
|
|
Civ0UpdateFileDispatch( const Civ0UpdateFileDispatch& );
|
|
|
|
// Assignment operator
|
|
Civ0UpdateFileDispatch& operator = ( const Civ0UpdateFileDispatch& );
|
|
|
|
// friend
|
|
friend void ::contmgmts1000d40::initializecontmgmts1000d40Internal();
|
|
friend void ::contmgmts1000d40::initializecontmgmts1000d40Extenders();
|
|
friend class contmgmts1000d40::Civ0UpdateFileDelegate;
|
|
};
|
|
|
|
#include <contmgmts1000d40dispatch/libcontmgmts1000d40dispatch_undef.h>
|
|
#endif // CONTMGMTS1000D40__CIV0UPDATEFILEDISPATCH_HXX
|