wlanutilities/wlansniffer/aiplugin/inc/wsfaiplugin.h
branchRCL_3
changeset 11 8b0eae1b1d71
parent 10 dff6ebfd236f
child 12 981afc7d3841
equal deleted inserted replaced
10:dff6ebfd236f 11:8b0eae1b1d71
    20 #define C_WSFAIPLUGIN_H
    20 #define C_WSFAIPLUGIN_H
    21 
    21 
    22 //  EXTERNAL INCLUDES
    22 //  EXTERNAL INCLUDES
    23 #include <hscontentpublisher.h>
    23 #include <hscontentpublisher.h>
    24 #include <e32cmn.h>
    24 #include <e32cmn.h>
       
    25 #include <eikenv.h>
    25 
    26 
    26 //  INTERNAL INCLUDES
    27 //  INTERNAL INCLUDES
    27 #include "wsfaicontroller.h"
    28 #include "wsfaicontroller.h"
    28 #include "wsfaipublishobserver.h"
    29 #include "wsfaipublishobserver.h"
    29 #include "wsfaiplugincontentmodel.h"
    30 #include "wsfaiplugincontentmodel.h"
   252         */
   253         */
   253         static void PublishCleanup( TAny* aPtr );
   254         static void PublishCleanup( TAny* aPtr );
   254 
   255 
   255         
   256         
   256     private: // Data
   257     private: // Data
       
   258         
       
   259         /**
       
   260         * Handle to Eikon environment.
       
   261         */
       
   262         CEikonEnv* iEnv;
   257     
   263     
   258         /**
   264         /**
   259         * Array of content observers
   265         * Array of content observers
   260         */
   266         */
   261         RPointerArray<MAiContentObserver> iObservers;
   267         RPointerArray<MAiContentObserver> iObservers;