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, SchMgtCostFormStorageDispatch
Filename: SchMgtCostFormStorageDispatch.hxx
Module: foundationdispatch
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__SCHMGTCOSTFORMSTORAGEDISPATCH_HXX
#define TEAMCENTER__SCHMGTCOSTFORMSTORAGEDISPATCH_HXX
#include <vector>
#include <schmgt/SchMgtCostFormStorage.hxx>
#include <schmgt/SchMgtCostFormStorageDelegate.hxx>
#include <foundationdispatch/POM_objectDispatch.hxx>
#include <foundationdispatch/initializefoundation.hxx>
#include <foundationdispatch/libfoundationdispatch_exports.h>
namespace Teamcenter
{
class SchMgtCostFormStorageDispatch;
}
namespace Teamcenter
{
class SchMgtCostFormStorageDelegate;
}
namespace Teamcenter
{
class BusinessObjectImpl;
}
class FOUNDATIONDISPATCH_API Teamcenter::SchMgtCostFormStorageDispatch
: public Teamcenter::SchMgtCostFormStorageDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the SchMgtCostFormStorageDispatch instance
static SchMgtCostFormStorageDispatch& getInstance();
private:
// Pointer to the dispatch instance
static SchMgtCostFormStorageDispatch* m_dispatch;
// Default Constructor
SchMgtCostFormStorageDispatch();
// Default Destructor
virtual ~SchMgtCostFormStorageDispatch();
// Constructor Method
static ::Teamcenter::RootObject* constructor();
// Copy Constructor for a SchMgtCostFormStorageDispatch
SchMgtCostFormStorageDispatch( const SchMgtCostFormStorageDispatch& );
// Assignment operator
SchMgtCostFormStorageDispatch& operator = ( const SchMgtCostFormStorageDispatch& );
// friend
friend void ::Teamcenter::initializefoundationInternal();
friend void ::Teamcenter::initializefoundationExtenders();
friend class Teamcenter::SchMgtCostFormStorageDelegate;
};
#include <foundationdispatch/libfoundationdispatch_undef.h>
#endif // TEAMCENTER__SCHMGTCOSTFORMSTORAGEDISPATCH_HXX