textinput/peninputarc/inc/pensrvcliinc/peninputclientimpl.h
branchCompilerCompatibility
changeset 6 f566ba6aad4c
parent 3 f5a1e66df979
child 10 6defe5d1bd39
equal deleted inserted replaced
4:19d42ab73ba8 6:f566ba6aad4c
   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