From c8336db7270dbb492a07221530ece0bb04fb7b84 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 7 Feb 2011 21:52:59 +0000 Subject: [PATCH] 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. --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbnetio/utils/hbnetioq/netiosrq.prg | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 8b36c8c4ae..43c54308ac 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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 diff --git a/harbour/contrib/hbnetio/utils/hbnetioq/netiosrq.prg b/harbour/contrib/hbnetio/utils/hbnetioq/netiosrq.prg index 4917bc1691..f773cf82f7 100644 --- a/harbour/contrib/hbnetio/utils/hbnetioq/netiosrq.prg +++ b/harbour/contrib/hbnetio/utils/hbnetioq/netiosrq.prg @@ -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()