diff -r e5618cc85d74 -r 6c158198356e javacommons/gcfprotocols/http/src.s60/nativetransaction.cpp --- 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 #ifdef RD_JAVA_S60_RELEASE_10_1_ONWARDS -#include +#include #else #include #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; }