diff options
| author | San Mehat <san@google.com> | 2009-05-20 10:15:23 -0700 |
|---|---|---|
| committer | San Mehat <san@google.com> | 2009-05-20 17:16:00 -0700 |
| commit | 2fd9c5897aba37847879033dd1cffd345ced93fc (patch) | |
| tree | 17713ae400758559fdd241ad2f7d8c7b411d73b4 /nexus/OpenVpnController.h | |
| parent | a61755e5fca065dfc89c7639bb672c20a4f9854e (diff) | |
| download | system_core-2fd9c5897aba37847879033dd1cffd345ced93fc.tar.gz system_core-2fd9c5897aba37847879033dd1cffd345ced93fc.tar.bz2 system_core-2fd9c5897aba37847879033dd1cffd345ced93fc.zip | |
nexus: OpenVPN: Instead of creating / using a configfile, use the new
dynamic service argument support so we don't need one :)
Signed-off-by: San Mehat <san@google.com>
nexus: fix property max
Diffstat (limited to 'nexus/OpenVpnController.h')
| -rw-r--r-- | nexus/OpenVpnController.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/nexus/OpenVpnController.h b/nexus/OpenVpnController.h index 7bcc098f..b3210299 100644 --- a/nexus/OpenVpnController.h +++ b/nexus/OpenVpnController.h @@ -33,11 +33,6 @@ public: int stop(); int enable(); int disable(); - -protected: - -private: - int validateConfig(); }; #endif |
