Fix socket header mistake
This commit is contained in:
parent
4e92823b31
commit
fcffcc688f
1 changed files with 0 additions and 3 deletions
|
@ -52,11 +52,8 @@ namespace Socket{
|
||||||
};
|
};
|
||||||
// Buffer
|
// Buffer
|
||||||
|
|
||||||
class Server;
|
|
||||||
|
|
||||||
/// This class is for easy communicating through sockets, either TCP or Unix.
|
/// This class is for easy communicating through sockets, either TCP or Unix.
|
||||||
class Connection{
|
class Connection{
|
||||||
friend Server;
|
|
||||||
private:
|
private:
|
||||||
int sock; ///< Internally saved socket number.
|
int sock; ///< Internally saved socket number.
|
||||||
int pipes[2]; ///< Internally saved file descriptors for pipe socket simulation.
|
int pipes[2]; ///< Internally saved file descriptors for pipe socket simulation.
|
||||||
|
|
Loading…
Add table
Reference in a new issue