textinput/peninputarc/inc/pensrvcliinc/peninputclientimpl.h
branchRCL_3
changeset 3 f5a1e66df979
parent 0 eb1f2e154e89
child 7 6defe5d1bd39
equal deleted inserted replaced
0:eb1f2e154e89 3:f5a1e66df979
   484     
   484     
   485     //TInt ConnectAsync(TRequestStatus& status);
   485     //TInt ConnectAsync(TRequestStatus& status);
   486     TInt StartThreadAsyncL();
   486     TInt StartThreadAsyncL();
   487     void AddObserver();
   487     void AddObserver();
   488     TBool ServerReady();
   488     TBool ServerReady();
   489     void OnServerStarted(TInt);
   489     void OnServerStarted(TInt aErr);
   490     
   490     
   491 private:
   491 private:
   492         /**
   492         /**
   493      * Constructor
   493      * Constructor
   494      * 
   494      * 
   561     TRequestStatus* iPendingRequest;
   561     TRequestStatus* iPendingRequest;
   562     TBool iServerReady;
   562     TBool iServerReady;
   563 };
   563 };
   564 
   564 
   565 
   565 
   566 class CWaitingServerAo : public CActive
   566 NONSHARABLE_CLASS(CWaitingServerAo) : public CActive
   567     {
   567     {
   568 public:
   568 public:
   569 	
   569 	
   570     CWaitingServerAo(RPeninputServerImpl* aClient);
   570     CWaitingServerAo(RPeninputServerImpl* aClient);
   571     
   571