summaryrefslogtreecommitdiffstats
path: root/nexus/Controller.h
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2009-11-12 18:46:23 -0800
committerJean-Baptiste Queru <jbq@google.com>2009-11-12 18:46:23 -0800
commit4b29fe640ae852c04d5d87d0f9527bdc32177ad1 (patch)
tree310b38e74c5942a86975af4bcb32d3adab9b6e88 /nexus/Controller.h
parent85b3fcc5de004999756c1e90bcf845480217b3f6 (diff)
downloadsystem_core-4b29fe640ae852c04d5d87d0f9527bdc32177ad1.tar.gz
system_core-4b29fe640ae852c04d5d87d0f9527bdc32177ad1.tar.bz2
system_core-4b29fe640ae852c04d5d87d0f9527bdc32177ad1.zip
eclair snapshot
Diffstat (limited to 'nexus/Controller.h')
-rw-r--r--nexus/Controller.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/nexus/Controller.h b/nexus/Controller.h
index af03d2e59..e7e17c51f 100644
--- a/nexus/Controller.h
+++ b/nexus/Controller.h
@@ -26,9 +26,8 @@ class PropertyManager;
class IControllerHandler;
#include "PropertyManager.h"
-#include "IPropertyProvider.h"
-class Controller : public IPropertyProvider {
+class Controller {
/*
* Name of this controller - WIFI/VPN/USBNET/BTNET/BTDUN/LOOP/etc
*/
@@ -54,11 +53,7 @@ public:
const char *getName() { return mName; }
const char *getBoundInterface() { return mBoundInterface; }
-
- /* IPropertyProvider methods */
- virtual int set(const char *name, const char *value);
- virtual const char *get(const char *name, char *buffer, size_t maxsize);
-
+
protected:
int loadKernelModule(char *modpath, const char *args);
bool isKernelModuleLoaded(const char *modtag);