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