summaryrefslogtreecommitdiffstats
path: root/nexus/ErrorCode.h
diff options
context:
space:
mode:
authorSan Mehat <san@google.com>2009-05-14 15:00:06 -0700
committerSan Mehat <san@google.com>2009-05-15 10:40:29 -0700
commit5d6d417972f8d946c223c4efb9636b1ba4280543 (patch)
treebbe4637de91895dd9a0283b8dcc3a3d2cf9378b0 /nexus/ErrorCode.h
parentc41d1c8074ed02acc9d1e749d81e0aafb5efbbfa (diff)
downloadsystem_core-5d6d417972f8d946c223c4efb9636b1ba4280543.zip
system_core-5d6d417972f8d946c223c4efb9636b1ba4280543.tar.gz
system_core-5d6d417972f8d946c223c4efb9636b1ba4280543.tar.bz2
nexus: Flesh out VPN support a bit more, cleanup service handling
Signed-off-by: San Mehat <san@google.com>
Diffstat (limited to 'nexus/ErrorCode.h')
-rw-r--r--nexus/ErrorCode.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/nexus/ErrorCode.h b/nexus/ErrorCode.h
index 8ca6cae..57c99c2 100644
--- a/nexus/ErrorCode.h
+++ b/nexus/ErrorCode.h
@@ -26,6 +26,9 @@ public:
static const int WifiScanResult = 125;
static const int WifiNetworkList = 126;
+ static const int VariableRead = 127;
+ static const int VariableWrite = 128;
+
// 200 series - Requested action has been successfully completed
static const int CommandOkay = 200;