javacommons/gcfprotocols/http/inc.s60/nativehttpsession.h
changeset 80 d6dafc5d983f
parent 23 98ccebc37403
--- a/javacommons/gcfprotocols/http/inc.s60/nativehttpsession.h	Mon Oct 04 11:29:25 2010 +0300
+++ b/javacommons/gcfprotocols/http/inc.s60/nativehttpsession.h	Fri Oct 15 12:29:39 2010 +0300
@@ -40,9 +40,9 @@
     void doSubmitCallback(TInt aStatus,jobject &aPeer);
     //void doReadCallback(TInt aStatus);
     void doReadCallback(TInt aStatus,jobject &aPeer);
-
+    void doDataConsumedCallback(jobject &aPeer);
     void vmAttached();
-    
+
 private:
     NativeHttpSession();
 
@@ -51,12 +51,13 @@
 private:
 
     TInt ExecuteCreateHttpSessionL(int aSelf, TInt aType,  TInt aAPNId, TInt* apnerr);
-    
+
 private:
     HttpSessionClient* iHttpSessionClient;
     TInt                iSuiteId;
     jmethodID   iSubmitCallbackMethodID;
     jmethodID   iReadCallbackMethodID;
+    jmethodID   iPostCallbackMethodID;
 public:
     java::util::Monitor *iMonitor;
 };