search for: hostimpl

Displaying 1 result from an estimated 1 matches for "hostimpl".

2010 May 13
0
[PATCH matahari] Moving QMF functionality into a transport layer.
...-- .gitignore | 2 +- src/Makefile.am | 8 +++- src/host.cpp | 133 +++++++++++++++++++---------------------------- src/host.h | 62 ++++++++++++++-------- src/host_transport.cpp | 33 ++++++++++++ src/host_transport.h | 37 +++++++++++++ src/hostimpl.cpp | 135 ++++++++++++++++++++++++++++++++++++++++++++++++ src/hostimpl.h | 47 +++++++++++++++++ src/main.cpp | 8 ++- src/qmf/hostagent.cpp | 87 +++++++++++++++++++++++++++++++ src/qmf/hostagent.h | 55 +++++++++++++++++++ 11 files changed, 502 insertions(+...