#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.
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.
Logger instantation that can be used by all classes
Definition at line 61 of file Logger.cpp.