javacommons/gcfprotocols/socket/socket/src.s60/socketlocalhostinfo.cpp
branchRCL_3
changeset 25 9ac0a0a7da70
parent 19 04becd199f91
child 48 e0d6e9bd3ca7
--- a/javacommons/gcfprotocols/socket/socket/src.s60/socketlocalhostinfo.cpp	Tue May 11 16:07:20 2010 +0300
+++ b/javacommons/gcfprotocols/socket/socket/src.s60/socketlocalhostinfo.cpp	Tue May 25 12:34:19 2010 +0300
@@ -123,9 +123,9 @@
 
                 if ((err == KErrNone) && (ifQuery.iZone[1] == activeIapId))
                 {
-                    TUint32 t5 = (TUint32)(ifQuery.iZone[15]);
-                    ILOG2(ESOCKET, "Network id = %d, IAP id = %d ", t5,
-                          ifQuery.iZone[1]);
+                    //TUint32 t5 = (TUint32)(ifQuery.iZone[15]);                    
+                    ILOG2(ESOCKET, "Network id = %d, IAP id = %d ",(TUint32)(ifQuery.iZone[15]),(TUint32)ifQuery.iZone[1]);
+                    
                     // IAP ID is index 1 of iZone
                     // We have found an interface using the IAP we are interested in.
                     if (ifInfo.iAddress.Address() > 0)