Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2020-12-31 17:38:44 +00:00
parent 91e9b44234
commit 6ba9ecf763
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -35,6 +35,7 @@ class __declspec( novtable) IBeamMgr
virtual int CreatePart( void) = 0 ;
virtual bool SetPart( int nPartId) = 0 ;
virtual bool ErasePart( void) = 0 ;
virtual bool UpdatePart( void) = 0 ;
virtual bool SetPartProdNbr( int nProdNbr) = 0 ;
virtual bool SetPartName( const std::string& sName) = 0 ;
virtual bool SetPartCount( int nCount) = 0 ;
+1
View File
@@ -118,6 +118,7 @@ EIN_EXPORT BOOL __stdcall EgtInitBeamMgr( int nFlag) ;
EIN_EXPORT int __stdcall EgtBeamCreatePart( void) ;
EIN_EXPORT BOOL __stdcall EgtBeamSetPart( int nPartId) ;
EIN_EXPORT BOOL __stdcall EgtBeamErasePart( void) ;
EIN_EXPORT BOOL __stdcall EgtBeamUpdatePart( void) ;
EIN_EXPORT BOOL __stdcall EgtBeamSetPartProdNbr( int nProdNbr) ;
EIN_EXPORT BOOL __stdcall EgtBeamSetPartName( const wchar_t* wsName) ;
EIN_EXPORT BOOL __stdcall EgtBeamSetPartCount( int nCount) ;
+1
View File
@@ -124,6 +124,7 @@ EXE_EXPORT bool ExeInitBeamMgr( int nFlag) ;
EXE_EXPORT int ExeBeamCreatePart( void) ;
EXE_EXPORT bool ExeBeamSetPart( int nPartId) ;
EXE_EXPORT bool ExeBeamErasePart( void) ;
EXE_EXPORT bool ExeBeamUpdatePart( void) ;
EXE_EXPORT bool ExeBeamSetPartProdNbr( int nProdNbr) ;
EXE_EXPORT bool ExeBeamSetPartName( const std::string& sName) ;
EXE_EXPORT bool ExeBeamSetPartCount( int nCount) ;