Server side chat application. More...
#include <iostream>#include <sstream>#include "ana.hpp"
Go to the source code of this file.
Classes | |
| class | ChatServer |
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| const port | DEFAULT_PORT = "30303" |
Server side chat application.
Example for the ana project.
ana: Asynchronous Network API. Copyright (C) 2010 - 2012 Guillermo Biset.
This file is part of the ana project.
System: ana Language: C++
Author: Guillermo Biset E-Mail: billybiset AT gmail DOT com
ana is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.
ana is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with ana. If not, see <http://www.gnu.org/licenses/>.
Definition in file server.cpp.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 154 of file server.cpp.
References DEFAULT_PORT, and ChatServer::run().

| const port DEFAULT_PORT = "30303" |
Definition at line 40 of file server.cpp.
| Generated by doxygen 1.7.1 on Tue May 22 2012 01:05:00 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |