textinput/peninputarc/inc/pensrvcliinc/peninputsrvobserver.h
branchRCL_3
changeset 50 5a1685599b76
parent 0 eb1f2e154e89
child 56 8152b1f1763a
equal deleted inserted replaced
46:bd83ceabce89 50:5a1685599b76
   102      *
   102      *
   103      * @since S60 v4.0
   103      * @since S60 v4.0
   104      */
   104      */
   105     TInt RunError(TInt aError);
   105     TInt RunError(TInt aError);
   106 private:
   106 private:
   107     virtual TBool HandleServerEventL(TInt aEventId);	
   107     virtual TBool HandleServerEventL(TInt aEventId);
       
   108 
       
   109     /**
       
   110      * Stop the server
       
   111      *
       
   112      * @since Symbian^3
       
   113      *
       
   114      * @param none
       
   115      * @return void
       
   116      */
       
   117     void HandleServerTerminatedL();
   108 
   118 
   109 public:
   119 public:
   110     /**
   120     /**
   111      * server event handler
   121      * server event handler
   112      * Not own
   122      * Not own