OSDN Git Service

Move UidRange aidl to create a native cpp version
[android-x86/system-netd.git] / server / ResponseCode.h
index c623acd..19d76c3 100644 (file)
@@ -29,6 +29,7 @@ public:
     static const int TetherDnsFwdTgtListResult = 112;
     static const int TtyListResult             = 113;
     static const int TetheringStatsListResult  = 114;
+    static const int TetherDnsFwdNetIdResult   = 115;
 
     // 200 series - Requested action has been successfully completed
     static const int CommandOkay               = 200;
@@ -76,5 +77,6 @@ public:
     static const int InterfaceAddressChange         = 614;
     static const int InterfaceDnsInfo               = 615;
     static const int RouteChange                    = 616;
+    static const int StrictCleartext                = 617;
 };
 #endif