ginebra2/emulator/FileService.h
changeset 15 73c48011b8c7
parent 10 232fbd5a2dcb
--- a/ginebra2/emulator/FileService.h	Fri Sep 17 08:27:10 2010 +0300
+++ b/ginebra2/emulator/FileService.h	Mon Oct 04 00:04:54 2010 +0300
@@ -43,8 +43,9 @@
         void completeAsyncRequest(bool ok);
     
     private:
+        void RemoveAsyncReqId();
+        
         QMap<quint32,int> mAsyncReqIds;
-        bool mRetValue;
 };