terminal.hh (12518:a9a26e8b16b5) terminal.hh (14249:e6d5e7d248c5)
1/*
1/*
2 * Copyright (c) 2019 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
9 * licensed hereunder. You may use the software subject to the license
10 * terms below provided that you ensure that this notice is replicated
11 * unmodified and in its entirety in all distributions of the software,
12 * modified or unmodified, in source code or in binary form.
13 *
2 * Copyright (c) 2001-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;
9 * redistributions in binary form must reproduce the above copyright

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

81 protected:
82 int number;
83 int data_fd;
84
85 public:
86 typedef TerminalParams Params;
87 Terminal(const Params *p);
88 ~Terminal();
14 * Copyright (c) 2001-2005 The Regents of The University of Michigan
15 * All rights reserved.
16 *
17 * Redistribution and use in source and binary forms, with or without
18 * modification, are permitted provided that the following conditions are
19 * met: redistributions of source code must retain the above copyright
20 * notice, this list of conditions and the following disclaimer;
21 * redistributions in binary form must reproduce the above copyright

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

93 protected:
94 int number;
95 int data_fd;
96
97 public:
98 typedef TerminalParams Params;
99 Terminal(const Params *p);
100 ~Terminal();
101 OutputStream * terminalDump(const TerminalParams* p);
89
90 protected:
91 ListenSocket listener;
92
93 void listen(int port);
94 void accept();
95
96 protected:

--- 44 unchanged lines hidden ---
102
103 protected:
104 ListenSocket listener;
105
106 void listen(int port);
107 void accept();
108
109 protected:

--- 44 unchanged lines hidden ---