Deleted Added
sdiff udiff text old ( 12518:a9a26e8b16b5 ) new ( 14249:e6d5e7d248c5 )
full compact
1/*
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();
89
90 protected:
91 ListenSocket listener;
92
93 void listen(int port);
94 void accept();
95
96 protected:

--- 44 unchanged lines hidden ---