Include :
- aggiornamento prototipi.
This commit is contained in:
@@ -688,6 +688,7 @@ EIN_EXPORT int __stdcall EgtGetLastActiveOperation( void) ;
|
||||
EIN_EXPORT int __stdcall EgtGetPrevActiveOperation( int nId) ;
|
||||
EIN_EXPORT int __stdcall EgtGetOperationType( int nId) ;
|
||||
EIN_EXPORT int __stdcall EgtGetOperationPhase( int nId) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtSetOperationName( int nId, const wchar_t* wsName) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtGetOperationName( int nId, wchar_t*& wsName) ;
|
||||
EIN_EXPORT int __stdcall EgtGetOperationId( const wchar_t* wsName) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtIsOperationEmpty( int nId) ;
|
||||
|
||||
@@ -178,6 +178,7 @@ class __declspec( novtable) IMachMgr
|
||||
virtual int GetPrevActiveOperation( int nId) const = 0 ;
|
||||
virtual int GetOperationType( int nId) const = 0 ;
|
||||
virtual int GetOperationPhase( int nId) const = 0 ;
|
||||
virtual bool SetOperationName( int nId, const std::string& sName) = 0 ;
|
||||
virtual std::string GetOperationName( int nId) const = 0 ;
|
||||
virtual int GetOperationId( const std::string& sName) const = 0 ;
|
||||
virtual bool IsOperationEmpty( int nId) const = 0 ;
|
||||
|
||||
@@ -784,6 +784,7 @@ EXE_EXPORT int ExeGetLastActiveOperation( void) ;
|
||||
EXE_EXPORT int ExeGetPrevActiveOperation( int nId) ;
|
||||
EXE_EXPORT int ExeGetOperationType( int nId) ;
|
||||
EXE_EXPORT int ExeGetOperationPhase( int nId) ;
|
||||
EXE_EXPORT bool ExeSetOperationName( int nId, const std::string& sName) ;
|
||||
EXE_EXPORT bool ExeGetOperationName( int nId, std::string& sName) ;
|
||||
EXE_EXPORT int ExeGetOperationId( const std::string& sName) ;
|
||||
EXE_EXPORT bool ExeIsOperationEmpty( int nId) ;
|
||||
|
||||
Reference in New Issue
Block a user