#include "tao/Invocation_Base.h"#include "tao/Stub.h"#include "tao/operation_details.h"#include "tao/ORB_Core.h"#include "tao/SystemException.h"#include "tao/PortableInterceptor.h"#include "ace/Dynamic_Service.h"
Go to the source code of this file.
Namespaces | |
| namespace | TAO |
Define symbolic names for the ORB collocation strategies. | |
Functions | |
| ACE_RCSID (tao, Invocation_Base,"$Id: Invocation_Base.cpp 85400 2009-05-19 12:13:48Z sma $") 1 namespace | |
| ACE_RCSID | ( | tao | , | |
| Invocation_Base | , | |||
| "$Id: Invocation_Base.cpp 85400 2009-05-19 12:13:48Z sma $" | ||||
| ) |
Definition at line 18 of file Invocation_Base.cpp.
00020 : Invocation_Base.cpp 85400 2009-05-19 12:13:48Z sma $") 00021 00022 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00023 00024 namespace 00025 { 00026 // Exception used to represent non-CORBA exceptions. A global 00027 // instance is used since it will never be modified. 00028 CORBA::UNKNOWN /* const */ unknown_exception; 00029 }
1.6.1