#include "common/dllexport.h"
#include "common/Timer.h"
#include "KNI/cdlBase.h"
#include "KNI/cdlCOMExceptions.h"
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <cerrno>
#include <unistd.h>
#include <cstring>
#include <cstdlib>
Go to the source code of this file.
Classes | |
class | CCdlSocket |
Encapsulates the socket communication device. More... |