javacommons/gcfprotocols/http/src.s60/nativetransaction.cpp
branchRCL_3
changeset 60 6c158198356e
parent 59 e5618cc85d74
child 65 ae942d28ec0e
--- a/javacommons/gcfprotocols/http/src.s60/nativetransaction.cpp	Thu Jul 15 18:31:06 2010 +0300
+++ b/javacommons/gcfprotocols/http/src.s60/nativetransaction.cpp	Thu Aug 19 09:48:13 2010 +0300
@@ -20,7 +20,7 @@
 #include <centralrepository.h>
 
 #ifdef RD_JAVA_S60_RELEASE_10_1_ONWARDS
-#include <CUserAgent.h>
+#include <cuseragent.h>
 #else
 #include <cuseragent.h>
 #endif
@@ -220,7 +220,6 @@
 
 jstring GetUserAgentL(JNIEnv *aJni, jboolean aMidpRuntime)
 {
-
     jstring header = NULL;
 
     if (aMidpRuntime == false)
@@ -291,6 +290,6 @@
 
         CleanupStack::PopAndDestroy(repository);
     }
-
+    LOG(ESOCKET,EInfo,"GetUserAgentL() -");
     return header;
 }