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:
Przemyslaw Czerpak
2009-09-01 07:28:42 +00:00
parent 08e0268da4
commit 7b0e5052cd
3 changed files with 23 additions and 2 deletions

View File

@@ -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

View File

@@ -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();

View File

@@ -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