Revision 1189032
Go back to digest for 24th October 2010Features in Networking Tools
George Goldberg committed changes in /trunk/KDE/kdenetwork/krfb:
KrfbServer is now no longer a singleton.
This means that theoretically we can have more than one actual rfb server running at once.
In practice, some work is still needed like making KrfbServer and ConnectionController into abstract base classes that the normal rfb server and the tubes rfb server can inherit from.
The configuration also needs fixing to apply to individual servers, not all of them.
File Changes
Added 4 files
- /trunk/KDE/kdenetwork/krfb
- /servermanager.cpp
- /servermanager.h
- /sockethelpers.cpp
- /sockethelpers.h
Modified 6 files
- /trunk/KDE/kdenetwork/krfb
- /CMakeLists.txt
- /connectioncontroller.cpp
- /krfbserver.cpp
- /krfbserver.h
- /main.cpp
- /manageinvitationsdialog.cpp
10 files changed in total