qthighway/xqservice/src/xqserviceipcclient.h
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
   101     
   101     
   102     QEventLoop* sendSyncLoop;
   102     QEventLoop* sendSyncLoop;
   103 
   103 
   104     QString mIpcConName ;
   104     QString mIpcConName ;
   105 
   105 
   106     ServiceIPCRequest* currentRequest;  // @deprecated
   106     ServiceIPCRequest* cancelledRequest; 
   107     bool requestAsync;                  // @deprecated
       
   108     
   107     
   109     ServiceFwIPC* serviceIpc;
   108     ServiceFwIPC* serviceIpc;
   110     ServiceFwIPCServer* serviceIpcServer;    
   109     ServiceFwIPCServer* serviceIpcServer;    
   111     
   110     
   112     static const int minPacketSize = 256;
   111     static const int minPacketSize = 256;