#include <classlib/utils/Log.h>
#include "Iguana/WebFramework/interface/IgSocket.h"
#include "Iguana/WebFramework/interface/IgServerSocket.h"
#include "Iguana/WebFramework/interface/IgWebServiceRegistry.h"
#include "Iguana/WebFramework/interface/IgServerPool.h"
#include "Iguana/Framework/interface/IgState.h"
#include <classlib/utils/StringOps.h>
#include <qstring.h>
#include <qstringlist.h>
#include <qbuffer.h>
#include <qregexp.h>
#include <qtextstream.h>
#include <iostream>
#include <stdlib.h>
#include <string>
#include <map>
#include <sys/socket.h>
Go to the source code of this file.
Variables | |
lat::logflag | LFsocket = { 0, "socket", true, -1 } |
lat::logflag LFsocket = { 0, "socket", true, -1 } |
Definition at line 29 of file IgSocket.cc.