mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
add socket ivar
This commit is contained in:
parent
573dbfa2db
commit
8355b16629
1 changed files with 5 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
#include "memstream.h"
|
||||
#include "symdraw.h"
|
||||
#include "symgmmgr.h"
|
||||
#include "symssock.h"
|
||||
|
||||
typedef enum {
|
||||
EGamesLoc
|
||||
|
@ -181,6 +182,10 @@ class CXWordsAppView : public CCoeControl
|
|||
|
||||
CDesC16ArrayFlat* iDictList; /* to pass into the dialog */
|
||||
|
||||
#ifndef XWFEATURE_STANDALONE_ONLY
|
||||
CSendSocket* iSendSock;
|
||||
#endif
|
||||
|
||||
MPSLOT
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue