aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-06-08 15:40:11 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-08-08 17:24:00 +0200
commit910704d00adeea1b6516e3fd444e5273b8ebbbbb (patch)
tree334fc70bbc928ad6ac0ade80ebd8e1f6306fbc9b /src/main.cpp
parent90e562cd013333084f455257edaf43c0b2258e28 (diff)
moved callback thunks to impl, makes classes readable
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 1d92338..5e74ed8 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -45,7 +45,12 @@ int main(int argc, char **argv) {
if (!c.c)
fatal("ivi_controller global not available");
- // main loop
+
+ /* while (1) { */
+ /* int ret = d->dispatch(); */
+ /* if (ret != 0) */
+ /* break; */
+ /* } */
return 0;
}