javacommons/gcfprotocols/socket/socket/src.s60/apnsettings.cpp
branchRCL_3
changeset 24 6c158198356e
parent 18 9ac0a0a7da70
equal deleted inserted replaced
23:e5618cc85d74 24:6c158198356e
    64 
    64 
    65 
    65 
    66     return def;
    66     return def;
    67 }
    67 }
    68 
    68 
    69 void ApnSettings::removeDefaultApn()
    69 
    70 { 
       
    71     #ifdef RD_JAVA_OPENC_BETA_PATCH
       
    72         setdefaultif(NULL);
       
    73         ILOG(ESOCKET, "sedefaultif called");
       
    74         ILOG1(ESOCKET, "remove default apn returned %d",setdefaultif(NULL));
       
    75     #endif  
       
    76 }