diff --git a/symbian/inc/xwappview.h b/symbian/inc/xwappview.h index b4a9622a9..6363381c9 100644 --- a/symbian/inc/xwappview.h +++ b/symbian/inc/xwappview.h @@ -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 };