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.
85 lines
2.4 KiB
85 lines
2.4 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, Cpd0WorksetModelDispatch
|
|
Filename: Cpd0WorksetModelDispatch.hxx
|
|
Module: cpddispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__CPD__CPD0WORKSETMODELDISPATCH_HXX
|
|
#define TEAMCENTER__CPD__CPD0WORKSETMODELDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <cpd0workset/Cpd0WorksetModel.hxx>
|
|
#include <cpd0workset/Cpd0WorksetModelDelegate.hxx>
|
|
#include <foundationdispatch/POM_objectDispatch.hxx>
|
|
#include <cpddispatch/initializecpd.hxx>
|
|
|
|
#include <cpddispatch/libcpddispatch_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace Cpd
|
|
{
|
|
class Cpd0WorksetModelDispatch;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace Cpd
|
|
{
|
|
class Cpd0WorksetModelDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class CPDDISPATCH_API Teamcenter::Cpd::Cpd0WorksetModelDispatch
|
|
: public Teamcenter::Cpd::Cpd0WorksetModelDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Cpd0WorksetModelDispatch instance
|
|
static Cpd0WorksetModelDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static Cpd0WorksetModelDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
Cpd0WorksetModelDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~Cpd0WorksetModelDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a Cpd0WorksetModelDispatch
|
|
Cpd0WorksetModelDispatch( const Cpd0WorksetModelDispatch& );
|
|
|
|
// Assignment operator
|
|
Cpd0WorksetModelDispatch& operator = ( const Cpd0WorksetModelDispatch& );
|
|
|
|
// friend
|
|
friend void ::Teamcenter::Cpd::initializecpdInternal();
|
|
friend void ::Teamcenter::Cpd::initializecpdExtenders();
|
|
friend class Teamcenter::Cpd::Cpd0WorksetModelDelegate;
|
|
};
|
|
|
|
#include <cpddispatch/libcpddispatch_undef.h>
|
|
#endif // TEAMCENTER__CPD__CPD0WORKSETMODELDISPATCH_HXX
|