add socket ivar

This commit is contained in:
ehouse 2005-02-26 02:58:10 +00:00
parent 573dbfa2db
commit 8355b16629

View file

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