Changes between Version 17 and Version 18 of Software/GatewayDBus


Ignore:
Timestamp:
07/20/10 15:18:10 (14 years ago)
Author:
art
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/GatewayDBus

    v17 v18  
    2929 - forward IBus messages to D-Bus and vice versa 
    3030 - 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) 
    3232 - act as a simple IBus logger 
    33  - code is actually platform independent (except of some extensions I had to made for boost's asio library). 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. 
    3434 
    3535== IBus logger functionality ==