Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
server.hh
Go to the documentation of this file.
1 #pragma once
2 #include "asyncchannel.hh"
3 
4 namespace eclipse {
5 namespace network {
6 
7 class Server: public AsyncChannel {
8  public:
10  static bool is_multiple();
11 };
12 
13 }
14 }
Definition: netobserver.hh:9
Definition: server.hh:7
static bool is_multiple()
Definition: server.cc:13
Server(NetObserver *)
Definition: server.cc:7
Represent an opened channel between two endpoints.
Definition: asyncchannel.hh:24