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.cpp | |
| 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.cpp')
| -rw-r--r-- | nexus/LoopController.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nexus/LoopController.cpp b/nexus/LoopController.cpp index 38037ac3..400d2797 100644 --- a/nexus/LoopController.cpp +++ b/nexus/LoopController.cpp @@ -18,7 +18,7 @@ #include "LoopController.h" LoopController::LoopController() : - Controller("LOOP") { + Controller("LOOP", "loop") { } int LoopController::enable() { |
