#include "Parser.h"
#include "href_id.h"
Go to the source code of this file.
Defines | |
#define | _DOM_UTILS_H_IS_CALLED_STDAFX_H 1 |
Include protection. More... | |
#define | TRACEDOM 1 |
Setting this to TRUE will produce tons of trace information. More... | |
#define | DOMTRACE(a) { char *del = a.transcode (); generalLog->debug ("%s: %s\n", #a, del); delete del; } |
The macro activated (amongst others) by TRACEDOM. More... |
Definition in file StdAfx.h.
|
The macro activated (amongst others) by TRACEDOM.
Definition at line 40 of file StdAfx.h. Referenced by SOAPBridge_SOAPCall_i::CheckTag(), CorbaSoap::FillInDynAny(), HrefIdMap::RealNode(), RecurseDOM(), AnyInterface::invoke(), and SOAPBridge_SOAPCall_i::invokeAction(). |
|
Setting this to TRUE will produce tons of trace information.
|
|
Include protection. Unfortunately, ClassBuilder can only make correct code for AVL(CString) relations if it thinks it is working in MFC mode. As a side-effect it then also restructures the header files and starts including a M$DEV style StdAfx.h. So this file is called StdAfx.h to make it happy. |