mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +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
|
||||
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