commit | 4876567cb9c6a69ce21fd2b1c5bcce5a6f274276 | [log] [tgz] |
---|---|---|
author | San Mehat <san@google.com> | Wed May 20 15:28:43 2009 -0700 |
committer | San Mehat <san@google.com> | Fri May 22 08:40:13 2009 -0700 |
tree | e08d76eed07e530884fb4e4d810a59ca4f017997 | |
parent | 463de48fb05cb29388e7763f75f6cfa56a2f5cb1 [diff] [blame] |
nexus: Switch controllers to use abstracted properties and refactor command protocol Also fixes a select() bug and removes debugging Signed-off-by: San Mehat <san@google.com> nexus: fix whitespace
diff --git a/nexus/OpenVpnController.h b/nexus/OpenVpnController.h index b321029..439e18a 100644 --- a/nexus/OpenVpnController.h +++ b/nexus/OpenVpnController.h
@@ -31,6 +31,8 @@ int start(); int stop(); + +private: int enable(); int disable(); };