00001 /** 00002 * @file Platform/Aperios1.3.2/NetHandler.cpp 00003 * 00004 * Implementation for NetHandler sender/receiver over Network 00005 * 00006 * @author <A href=mailto:robocup@m-wachter.de>Michael Wachter</A> 00007 * 00008 */ 00009 00010 #include "NetHandler.h" 00011 00012 #include <stdio.h> 00013 #include <iostream.h> 00014
1.3.6