#include <OB/CORBA.h>
#include <OB/CosNaming.h>
#include <OB/IFR.h>
#include <JTC/JTC.h>
#include "BridgeStub.h"
#include <assert.h>
#include "MethParam.h"
#include "InterfaceMethod.h"
#include "ParamValue.h"
#include "ParamList.h"
#include "InterfaceRepository.h"
Go to the source code of this file.
Defines | |
#define | CB_PTR(a) a* |
ClassBuilder quirk. More... | |
Enumerations | |
enum | InOutExcept { ioeIn, ioeOut, ioeInOut, ioeException } |
Extended definition of InOut to include exceptions. More... |
Definition in file SoapCorba.h.
|
ClassBuilder quirk.
Definition at line 37 of file SoapCorba.h. |
|
Extended definition of InOut to include exceptions.
Definition at line 45 of file SoapCorba.h. |