mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
add sym_util_addrChange
This commit is contained in:
parent
442c8df1c6
commit
23bcb95a1c
1 changed files with 2 additions and 1 deletions
|
@ -150,6 +150,8 @@ class CXWordsAppView : public CCoeControl
|
||||||
#ifdef BEYOND_IR
|
#ifdef BEYOND_IR
|
||||||
static void sym_util_listenPortChange( XW_UtilCtxt* uc,
|
static void sym_util_listenPortChange( XW_UtilCtxt* uc,
|
||||||
XP_U16 listenPort );
|
XP_U16 listenPort );
|
||||||
|
static void sym_util_addrChange( XW_UtilCtxt* uc,
|
||||||
|
const CommsAddrRec* aAddr );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef XWFEATURE_STANDALONE_ONLY
|
#ifdef XWFEATURE_STANDALONE_ONLY
|
||||||
|
@ -190,7 +192,6 @@ class CXWordsAppView : public CCoeControl
|
||||||
|
|
||||||
#ifndef XWFEATURE_STANDALONE_ONLY
|
#ifndef XWFEATURE_STANDALONE_ONLY
|
||||||
CSendSocket* iSendSock;
|
CSendSocket* iSendSock;
|
||||||
CReadSocket* iReadSock;
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
MPSLOT
|
MPSLOT
|
||||||
|
|
Loading…
Reference in a new issue