include/PacketWriter.h
changeset 4 fdf04a93faeb
parent 3 724e07a9f155
equal deleted inserted replaced
3:724e07a9f155 4:fdf04a93faeb
     2  *  $Id: PacketWriter.h 2 2007-12-22 14:15:30Z mbroeker $
     2  *  $Id: PacketWriter.h 2 2007-12-22 14:15:30Z mbroeker $
     3  * $URL: http://localhost/svn/cpp/qMonitor/trunk/include/PacketWriter.h $
     3  * $URL: http://localhost/svn/cpp/qMonitor/trunk/include/PacketWriter.h $
     4  */
     4  */
     5 
     5 
     6 #ifndef PACKETWRITER_H
     6 #ifndef PACKETWRITER_H
     7 #define PACKETWRITER_H 0x20053008
     7 #define PACKETWRITER_H
       
     8 
     8 #include <PacketReader.h>
     9 #include <PacketReader.h>
     9 
    10 
    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>