backsteppingsrv/inc/bsserver.h
branchRCL_3
changeset 101 9e077f9a342c
parent 0 79c6a41cd166
equal deleted inserted replaced
82:ace62b58f4b2 101:9e077f9a342c
    58     public:
    58     public:
    59         ~CBSAppUi();
    59         ~CBSAppUi();
    60         void ConstructL();
    60         void ConstructL();
    61         void HandleWsEventL( const TWsEvent& aEvent,
    61         void HandleWsEventL( const TWsEvent& aEvent,
    62             CCoeControl* aDestination );
    62             CCoeControl* aDestination );
    63         void ForwardEventL( const TWsEvent& aEvent );
       
    64         CBSEngine* iEngine;
    63         CBSEngine* iEngine;
    65         };
    64         };
    66 
    65 
    67 public:
    66 public:
    68 
    67