javacommons/gcfprotocols/socket/socket/inc/apnsettings.h
changeset 35 85266cc22c7f
parent 21 2a9601315dfc
child 67 63b81d807542
equal deleted inserted replaced
26:dc7c549001d5 35:85266cc22c7f
    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 }