Review Board 2.0.15


base: split out the VncServer into a VncInput and Server classes

Review Request #1494 - Created Oct. 24, 2012 and submitted - Latest diff uploaded

Information
Ali Saidi
gem5
default
Reviewers
Default
Changeset 9314:9905b0ae4088
---------------------------
base: split out the VncServer into a VncInput and Server classes

This patch adds a VncInput base class which VncServer inherits from.
Another class can implement the same interface and be used instead
of the VncServer, for example a class that replays Vnc traffic.