javacommons/gcfprotocols/socket/socket/inc/apnsettings.h
branchRCL_3
changeset 77 7cee158cb8cd
parent 60 6c158198356e
equal deleted inserted replaced
71:d5e927d5853b 77:7cee158cb8cd
    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    
    30     static void removeDefaultApn();
       
    31     static int retryConnection(int aErrCode,int aType, int aApn);
    31 };
    32 };
    32 
    33 
    33 
    34 
    34 
    35 
    35 }
    36 }