vncinput.cc (12230:48021d6b51eb) vncinput.cc (12334:e0ab29a34764)
1/*
2 * Copyright (c) 2010, 2015, 2017 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 32 unchanged lines hidden (view full) ---

41/** @file
42 * Implementiation of a VNC input
43 */
44
45#include "base/vnc/vncinput.hh"
46
47#include <sys/types.h>
48
1/*
2 * Copyright (c) 2010, 2015, 2017 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 32 unchanged lines hidden (view full) ---

41/** @file
42 * Implementiation of a VNC input
43 */
44
45#include "base/vnc/vncinput.hh"
46
47#include <sys/types.h>
48
49#include "base/misc.hh"
49#include "base/logging.hh"
50#include "base/output.hh"
51
52#include "base/trace.hh"
53#include "debug/VNC.hh"
54
55using namespace std;
56
57VncInput::VncInput(const Params *p)

--- 88 unchanged lines hidden ---
50#include "base/output.hh"
51
52#include "base/trace.hh"
53#include "debug/VNC.hh"
54
55using namespace std;
56
57VncInput::VncInput(const Params *p)

--- 88 unchanged lines hidden ---