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.

97 lines
2.7 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, Civ0COM4Delegate
Filename: Civ0COM4Delegate.hxx
Module: contmgmts1000d40
@BMIDE autogenerated
==================================================================================================*/
#ifndef CONTMGMTS1000D40__CIV0COM4DELEGATE_HXX
#define CONTMGMTS1000D40__CIV0COM4DELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <contmgmts1000d40/Civ0COM4.hxx>
#include <contmgmts1000d40/libcontmgmts1000d40_exports.h>
namespace contmgmts1000d40
{
class Civ0COM4Delegate;
}
namespace contmgmts1000d40
{
class Civ0COM4Impl;
}
namespace contmgmts1000d40
{
class Civ0COM4;
}
namespace contmgmts1000d40
{
class Civ0COM4GenImpl;
}
namespace contmgmts1000d40_alias = ::contmgmts1000d40;
class CONTMGMTS1000D40_API contmgmts1000d40_alias::Civ0COM4Delegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Civ0COM4Delegate instance
static Civ0COM4Delegate& getInstance();
// Method to create the Civ0COM4Impl pointer
static Civ0COM4Impl* createImpl( Civ0COM4& ifObj );
// Method to delete the Civ0COM4Impl pointer
static void deleteImpl( Civ0COM4Impl* impl );
///
/// Description for the Finalize Create Input
/// @version Tc 8
/// @param creInput - desc for creInput parameter
/// @return - Return desc for Initialize for Create
///
int finalizeCreateInputBase(const Civ0COM4 &ifObj, ::Teamcenter::CreateInput *creInput );
///
/// finalize operation input
/// @version Teamcenter 9
/// @param pSavAsInput - desc
/// @param vecDeepCopyData - desc
/// @return - returns an int
///
int finalizeSaveAsInputBase(const Civ0COM4 &ifObj, ::Teamcenter::SaveAsInput *pSavAsInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData );
protected:
// Pointer to the instance
static Civ0COM4Delegate* m_pInstance;
Civ0COM4Delegate();
virtual ~Civ0COM4Delegate();
static void setInstance( Civ0COM4Delegate* instance );
private:
friend class ::contmgmts1000d40::Civ0COM4GenImpl;
};
#include <contmgmts1000d40/libcontmgmts1000d40_undef.h>
#endif // CONTMGMTS1000D40__CIV0COM4DELEGATE_HXX