javacommons/gcfprotocols/socket/socket/inc/apnsettings.h
branchRCL_3
changeset 60 6c158198356e
parent 19 04becd199f91
child 67 63b81d807542
equal deleted inserted replaced
59:e5618cc85d74 60:6c158198356e
    25 class ApnSettings
    25 class ApnSettings
    26 {
    26 {
    27 
    27 
    28 public :
    28 public :
    29     static int setDefaultApn(int aType, int aApn);
    29     static int setDefaultApn(int aType, int aApn);
    30     static void removeDefaultApn();
    30    
    31 };
    31 };
    32 
    32 
    33 
    33 
    34 
    34 
    35 }
    35 }