Changes between Version 17 and Version 18 of Software/GatewayDBus
- Timestamp:
- 07/20/10 15:18:10 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Software/GatewayDBus
v17 v18 29 29 - forward IBus messages to D-Bus and vice versa 30 30 - retransmit messages on collision 31 - completely asynchronous (receive and send messages over ibus and dbus without blocking or intercepting)31 - completely asynchronous (receive and send messages over IBus and D-Bus without blocking or intercepting) 32 32 - act as a simple IBus logger 33 - code is actually platform independent (except of some extensions I had to made for boost's asiolibrary). So there is a possibility to implement this on Windows too.33 - code is actually platform independent (except of some extensions I had to made for [http://www.boost.org/doc/libs/1_38_0/doc/html/boost_asio.html boost's asio] library). So there is a possibility to implement this on Windows too. 34 34 35 35 == IBus logger functionality ==