From 910704d00adeea1b6516e3fd444e5273b8ebbbbb Mon Sep 17 00:00:00 2001 From: Marcus Fritzsch Date: Thu, 8 Jun 2017 15:40:11 +0200 Subject: moved callback thunks to impl, makes classes readable Signed-off-by: Marcus Fritzsch --- src/main.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/main.cpp') 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; } -- cgit 1.2.3-korg