diff options
| author | San Mehat <san@google.com> | 2009-05-13 11:54:16 -0700 |
|---|---|---|
| committer | San Mehat <san@google.com> | 2009-05-13 11:54:16 -0700 |
| commit | 94447ca34b2abf9b0d9d9cb52a18bf8ba0f01b61 (patch) | |
| tree | f64de759b975360cc7cae2be0113274a77fa6ef2 /nexus/VpnController.cpp | |
| parent | fa49e2860bebe6bb2a26194c58992e5d5aed0b0d (diff) | |
| download | system_core-94447ca34b2abf9b0d9d9cb52a18bf8ba0f01b61.tar.gz system_core-94447ca34b2abf9b0d9d9cb52a18bf8ba0f01b61.tar.bz2 system_core-94447ca34b2abf9b0d9d9cb52a18bf8ba0f01b61.zip | |
nexus: Introduce skelaton OpenVpnController class + remove some debug messages
Signed-off-by: San Mehat <san@google.com>
Diffstat (limited to 'nexus/VpnController.cpp')
| -rw-r--r-- | nexus/VpnController.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nexus/VpnController.cpp b/nexus/VpnController.cpp index 2d3db852..17bfe416 100644 --- a/nexus/VpnController.cpp +++ b/nexus/VpnController.cpp @@ -31,9 +31,6 @@ int VpnController::stop() { } int VpnController::enable() { - - // Load modules - // Start daemons errno = -ENOSYS; return -1; } |
