#include "Iguana/WebFramework/interface/IgWebServiceRegistry.h"
#include "Iguana/WebFramework/interface/IgWebServiceDB.h"
#include "Iguana/WebFramework/interface/IgWebServiceProxy.h"
#include "Iguana/WebFramework/interface/IgWebService.h"
#include "Iguana/WebFramework/interface/IgSessionManager.h"
#include "Iguana/Framework/interface/IgState.h"
#include "Iguana/Framework/interface/IgPluginFactory.h"
#include <classlib/utils/StringOps.h>
#include <classlib/utils/DebugAids.h>
#include <classlib/utils/Log.h>
#include <qdatastream.h>
#include <qsocket.h>
#include <iostream>
Go to the source code of this file.
Functions | |
IG_DEFINE_STATE_ELEMENT (IgWebServiceRegistry,"WebServices") | |
Variables | |
lat::logflag | LFweb = { 0, "web", true, -1 } |
IG_DEFINE_STATE_ELEMENT | ( | IgWebServiceRegistry | , | |
"WebServices" | ||||
) |
lat::logflag LFweb = { 0, "web", true, -1 } |
Definition at line 20 of file IgWebServiceRegistry.cc.