2011-02-08 14:50 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbnetio/hbnetio.hbp
  + contrib/hbnetio/hbnetio.hbx
    + Added hbx for hbnetio.

  * contrib/hbrunext/pullext.prg
  * contrib/hbrunext/hbrunext.hbp
    + Added hbnetio to hbrunext tool.
This commit is contained in:
Viktor Szakats
2011-02-08 13:51:51 +00:00
parent 59b05913ea
commit 9dd35f9931
5 changed files with 71 additions and 0 deletions

View File

@@ -16,6 +16,15 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-02-08 14:50 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbnetio/hbnetio.hbp
+ contrib/hbnetio/hbnetio.hbx
+ Added hbx for hbnetio.
* contrib/hbrunext/pullext.prg
* contrib/hbrunext/hbrunext.hbp
+ Added hbnetio to hbrunext tool.
2011-02-08 14:36 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/rtl/tbrowse.prg
! set default minimal number of visible rows to ::rowpos() when

View File

@@ -9,6 +9,10 @@
-w3 -es2
-instfile=inc:hbnetio.hbx
hbnetio.hbx
netiosrv.c
netiocli.c

View File

@@ -0,0 +1,56 @@
/*
* $Id$
*/
/* -------------------------------------------------------------------- */
/* NOTE: You can add manual override which functions to include or */
/* exclude from automatically generated EXTERNAL/DYNAMIC list. */
/* Syntax: // HB_FUNC_INCLUDE <func> */
/* // HB_FUNC_EXCLUDE <func> */
/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
/* WARNING: Automatically generated code below. DO NOT EDIT! */
/* Regenerate using hbmk2 '-hbx=' option. */
/* -------------------------------------------------------------------- */
#ifndef __HBEXTERN_CH__HBNETIO__
#define __HBEXTERN_CH__HBNETIO__
#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__HBNETIO__ANNOUNCE )
ANNOUNCE __HBEXTERN__HBNETIO__
#endif
#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__HBNETIO__REQUEST )
#command DYNAMIC <fncs,...> => EXTERNAL <fncs>
#endif
DYNAMIC NETIO_ACCEPT
DYNAMIC NETIO_CLOSESTREAM
DYNAMIC NETIO_COMPRESS
DYNAMIC NETIO_CONNECT
DYNAMIC NETIO_DECODE
DYNAMIC NETIO_DISCONNECT
DYNAMIC NETIO_FUNCEXEC
DYNAMIC NETIO_GETCONNECTION
DYNAMIC NETIO_GETDATA
DYNAMIC NETIO_LISTEN
DYNAMIC NETIO_MTSERVER
DYNAMIC NETIO_OPENDATASTREAM
DYNAMIC NETIO_OPENITEMSTREAM
DYNAMIC NETIO_PROCEXEC
DYNAMIC NETIO_PROCEXECW
DYNAMIC NETIO_PROCEXISTS
DYNAMIC NETIO_RPC
DYNAMIC NETIO_RPCFILTER
DYNAMIC NETIO_SERVER
DYNAMIC NETIO_SERVERSTOP
DYNAMIC NETIO_SRVSENDDATA
DYNAMIC NETIO_SRVSENDITEM
DYNAMIC NETIO_SRVSTATUS
#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__HBNETIO__REQUEST )
#uncommand DYNAMIC <fncs,...> => EXTERNAL <fncs>
#endif
#endif

View File

@@ -24,5 +24,6 @@ hbct.hbc
hbexpat.hbc
hbmemio.hbc
hbmzip.hbc
hbnetio.hbc
hbunix.hbc{unix}
hbwin.hbc{allwin}

View File

@@ -59,6 +59,7 @@ FUNCTION __hbrun_extensions()
PULLEXT hbexpat
PULLEXT hbmemio
PULLEXT hbmzip
PULLEXT hbnetio
#if defined( __PLATFORM__UNIX )
PULLEXT hbunix
#endif