Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

StdAfx.h File Reference

More...

#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...


Detailed Description

Definition in file StdAfx.h.


Define Documentation

#define DOMTRACE( a )   { char *del = a.transcode (); generalLog->debug ("%s: %s\n", #a, del); delete del; }
 

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().

#define TRACEDOM   1
 

Setting this to TRUE will produce tons of trace information.

Definition at line 37 of file StdAfx.h.

#define _DOM_UTILS_H_IS_CALLED_STDAFX_H   1
 

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.

Definition at line 31 of file StdAfx.h.


This documentation is part of the "SOAP to CORBA bridge" project
Copyright © 2000 by Lifeline Networks bv.
All rights are reserved.