equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * $Id: PacketWriter.cpp 54 2008-01-10 00:24:52Z mbroeker $ |
2 * $Id: PacketWriter.cpp 54 2008-01-10 00:24:52Z mbroeker $ |
3 * $URL: http://localhost/svn/cpp/qMonitor/trunk/PacketWriter.cpp $ |
3 * $URL: http://localhost/svn/cpp/qMonitor/trunk/PacketWriter.cpp $ |
4 */ |
4 */ |
5 |
5 |
|
6 #include <cstdio> |
|
7 #include <cstdlib> |
6 #include <PacketWriter.h> |
8 #include <PacketWriter.h> |
7 #include <cstdlib> |
|
8 |
9 |
9 extern "C" { |
10 extern "C" { |
10 #include <sys/socket.h> |
11 #include <sys/socket.h> |
11 #include <netinet/in.h> |
12 #include <netinet/in.h> |
12 #include <arpa/inet.h> |
13 #include <arpa/inet.h> |