2009-09-01 09:28 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/hbnetio/tests/netiotst.prg
* added header with copyright message
* harbour/contrib/hbnetio/netiocli.c
* pacified two BCC warnings
This commit is contained in:
@@ -17,6 +17,13 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-09-01 09:28 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/contrib/hbnetio/tests/netiotst.prg
|
||||
* added header with copyright message
|
||||
|
||||
* harbour/contrib/hbnetio/netiocli.c
|
||||
* pacified two BCC warnings
|
||||
|
||||
2009-09-01 00:56 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/harbour.spec
|
||||
* harbour/harbour-win-spec
|
||||
|
||||
@@ -293,7 +293,7 @@ static PHB_CONCLI s_fileConnect( const char ** pszFilename,
|
||||
const char * pszServer,
|
||||
int iPort, int iTimeOut )
|
||||
{
|
||||
PHB_CONCLI conn = NULL;
|
||||
PHB_CONCLI conn;
|
||||
HB_SOCKET sd;
|
||||
PHB_CONDATA pConData = ( PHB_CONDATA ) hb_stackGetTSD( &s_conData );
|
||||
char server[ NETIO_SERVERNAME_MAX ];
|
||||
@@ -451,7 +451,7 @@ HB_FUNC( NETIO_CONNECT )
|
||||
{
|
||||
const char * pszServer = hb_parc( 1 );
|
||||
int iPort = hb_parni( 2 ), iTimeOut = hb_parni( 3 );
|
||||
PHB_CONCLI conn = NULL;
|
||||
PHB_CONCLI conn;
|
||||
|
||||
s_netio_init();
|
||||
|
||||
|
||||
@@ -1,3 +1,17 @@
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
/*
|
||||
* Harbour Project source code:
|
||||
* demonstration/test code for alternative RDD IO API which uses own
|
||||
* very simple TCP/IP file server.
|
||||
*
|
||||
* Copyright 2009 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
|
||||
* www - http://www.harbour-project.org
|
||||
*
|
||||
*/
|
||||
|
||||
#define DBNAME "net:127.0.0.1:2941:data/_tst_"
|
||||
|
||||
request DBFCDX
|
||||
|
||||
Reference in New Issue
Block a user