diff options
| author | San Mehat <san@google.com> | 2009-05-20 15:28:43 -0700 |
|---|---|---|
| committer | San Mehat <san@google.com> | 2009-05-22 08:40:13 -0700 |
| commit | 4876567cb9c6a69ce21fd2b1c5bcce5a6f274276 (patch) | |
| tree | e08d76eed07e530884fb4e4d810a59ca4f017997 /nexus/LoopController.h | |
| parent | 463de48fb05cb29388e7763f75f6cfa56a2f5cb1 (diff) | |
| download | system_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.h | 1 |
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(); }; |
