2011-02-07 22:52 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbnetio/utils/hbnetioq/netiosrq.prg
    ! Synced one RPC call with recent change in server.
This commit is contained in:
Viktor Szakats
2011-02-07 21:52:59 +00:00
parent cae0a25d90
commit c8336db727
2 changed files with 7 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-02-07 22:52 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbnetio/utils/hbnetioq/netiosrq.prg
! Synced one RPC call with recent change in server.
2011-02-07 22:46 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* src/3rd/zlib/Makefile
! Fixed pocc64 related change in 2011-02-01 16:59 UTC+0100 Viktor Szakats

View File

@@ -200,7 +200,7 @@ METHOD NetIOMgmtClient:create( cIP, nPort, cPassword )
MsgBox( "Cannot connect to server." )
ELSE
netio_funcexec( ::pConnection, "hbnetiomgm_setclientinfo", MyClientInfo() )
netio_OpenItemStream( ::pConnection, "hbnetiomgm_cargo", "netiocqt" )
netio_OpenItemStream( ::pConnection, "hbnetiomgm_regnotif", .T. )
QResource():registerResource_1( hbqtres_netiosrq(), ":/resource" )
@@ -240,6 +240,8 @@ METHOD NetIOMgmtClient:create( cIP, nPort, cPassword )
oXbp:handleEvent( nEvent, mp1, mp2 )
ENDDO
netio_OpenItemStream( ::pConnection, "hbnetiomgm_regnotif", .F. )
::pConnection := NIL
::oDlg:destroy()