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

//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, Wpm0WorkPkgContainsStaticDispatch
Filename: Wpm0WorkPkgContainsStaticDispatch.hxx
Module: pkgmgmtdispatch
@BMIDE autogenerated
==================================================================================================*/
#ifndef PKGMGMT__WPM0WORKPKGCONTAINSSTATICDISPATCH_HXX
#define PKGMGMT__WPM0WORKPKGCONTAINSSTATICDISPATCH_HXX
#include <vector>
#include <wpm0pkgmgmt/Wpm0WorkPkgContainsStatic.hxx>
#include <wpm0pkgmgmt/Wpm0WorkPkgContainsStaticDelegate.hxx>
#include <foundationdispatch/ImanRelationDispatch.hxx>
#include <pkgmgmtdispatch/initializepkgmgmt.hxx>
#include <pkgmgmtdispatch/libpkgmgmtdispatch_exports.h>
namespace pkgmgmt
{
class Wpm0WorkPkgContainsStaticDispatch;
}
namespace pkgmgmt
{
class Wpm0WorkPkgContainsStaticDelegate;
}
namespace Teamcenter
{
class BusinessObjectImpl;
}
class PKGMGMTDISPATCH_API pkgmgmt::Wpm0WorkPkgContainsStaticDispatch
: public pkgmgmt::Wpm0WorkPkgContainsStaticDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Wpm0WorkPkgContainsStaticDispatch instance
static Wpm0WorkPkgContainsStaticDispatch& getInstance();
private:
// Pointer to the dispatch instance
static Wpm0WorkPkgContainsStaticDispatch* m_dispatch;
// Default Constructor
Wpm0WorkPkgContainsStaticDispatch();
// Default Destructor
virtual ~Wpm0WorkPkgContainsStaticDispatch();
// Constructor Method
static ::Teamcenter::RootObject* constructor();
// Copy Constructor for a Wpm0WorkPkgContainsStaticDispatch
Wpm0WorkPkgContainsStaticDispatch( const Wpm0WorkPkgContainsStaticDispatch& );
// Assignment operator
Wpm0WorkPkgContainsStaticDispatch& operator = ( const Wpm0WorkPkgContainsStaticDispatch& );
// friend
friend void ::pkgmgmt::initializepkgmgmtInternal();
friend void ::pkgmgmt::initializepkgmgmtExtenders();
friend class pkgmgmt::Wpm0WorkPkgContainsStaticDelegate;
};
#include <pkgmgmtdispatch/libpkgmgmtdispatch_undef.h>
#endif // PKGMGMT__WPM0WORKPKGCONTAINSSTATICDISPATCH_HXX