#include <errno.h>
#include <string.h>
#include <sys/types.h>
#include <unistd.h>
#include <sys/socket.h>
#include "Connection.h"
#include "Logger.h"
Include dependency graph for Connection.cpp:
Go to the source code of this file.
Namespaces | |
namespace | std |
Variables | |
Logger | Log |
File: Connection.cpp Project: Robocup Soccer Simulation Team: UvA Trilearn Authors: Jelle Kok Created: 23/11/2000 Last Revision: $ID$ Contents: This file contains the class definitions for the Connection class which sets up a connection with the soccer server.
Changes
Date Author Comment 23/11/2000 Jelle Kok Initial version created
Definition in file Connection.cpp.
|
This is a reference to the Logger for writing info to Definition at line 65 of file Connection.cpp. |