aboutsummaryrefslogtreecommitdiffstats
path: root/nexus/LoopController.h
diff options
context:
space:
mode:
authorSan Mehat <san@google.com>2009-05-20 15:28:43 -0700
committerSan Mehat <san@google.com>2009-05-22 08:40:13 -0700
commit4876567cb9c6a69ce21fd2b1c5bcce5a6f274276 (patch)
treee08d76eed07e530884fb4e4d810a59ca4f017997 /nexus/LoopController.h
parent463de48fb05cb29388e7763f75f6cfa56a2f5cb1 (diff)
downloadsystem_core-4876567cb9c6a69ce21fd2b1c5bcce5a6f274276.tar.gz
system_core-4876567cb9c6a69ce21fd2b1c5bcce5a6f274276.tar.bz2
system_core-4876567cb9c6a69ce21fd2b1c5bcce5a6f274276.zip
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
Diffstat (limited to 'nexus/LoopController.h')
-rw-r--r--nexus/LoopController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nexus/LoopController.h b/nexus/LoopController.h
index 8b899779..d047f870 100644
--- a/nexus/LoopController.h
+++ b/nexus/LoopController.h
@@ -23,6 +23,7 @@ public:
LoopController();
virtual ~LoopController() {}
+private:
int enable();
int disable();
};