#include "AMH_DSI_Response_Handler.h"
#include "Request.h"
#include "ExceptionList.h"
#include "DII_Invocation.h"
#include "Server_Request.h"
#include "tao/ORB_Core.h"
#include "tao/GIOP_Utils.h"
#include "tao/PortableServer/Root_POA.h"
#include "tao/Valuetype/ValueFactory.h"
#include "tao/Object.h"
#include "tao/Pluggable_Messaging_Utils.h"
#include "tao/AnyTypeCode/Any_Impl.h"
Include dependency graph for AMH_DSI_Response_Handler.cpp:
Go to the source code of this file.
Functions | |
void | tao_TAO_AMH_DSI_Exception_Holder_add_ref (TAO_AMH_DSI_Exception_Holder *p) |
void | tao_TAO_AMH_DSI_Exception_Holder_remove_ref (TAO_AMH_DSI_Exception_Holder *p) |
|
Definition at line 42 of file AMH_DSI_Response_Handler.cpp.
00043 { 00044 CORBA::add_ref (p); 00045 } |
|
Definition at line 48 of file AMH_DSI_Response_Handler.cpp.
00049 { 00050 CORBA::remove_ref (p); 00051 } |