#include <list>
Include dependency graph for Orb.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | OmniEvents |
Defines | |
#define | IFELSE_OMNIORB4(omniORB4_code, default_code) default_code |
#define | IF_OMNIORB4(omniORB4_code) |
#define | DB(l, x) {if(omniORB::trace(l)){omniORB::logger log("omniEvents: ");log<<x<<"\n";}} |
#define | NP_MINORSTRING(systemException) ((systemException).NP_minorString()?(systemException).NP_minorString():"??") |
#define | AS_STR_2(x) #x |
#define | AS_STR_1(x) AS_STR_2(x) |
#define | HERE __FILE__ ":" AS_STR_1(__LINE__) |
Generates a string literal that describes the filename and line number. More... |
|
|
|
|
|
|
Generates a string literal that describes the filename and line number.
|
|
Definition at line 46 of file Orb.h. Referenced by OmniEvents::Servant::activateObjectWithId(), OmniEvents::Servant::deactivateObject(), OmniEvents::Orb::resolveInitialReferences(), OmniEvents::ProxyPushSupplierManager::run(), OmniEvents::Orb::run(), OmniEvents::omniEventsLogWorker::run_undetached(), OmniEvents::ProxyPushSupplier_i::trigger(), and OmniEvents::ProxyPullConsumer_i::trigger(). |
|
|
Definition at line 52 of file Orb.h. Referenced by OmniEvents::Servant::activateObjectWithId(), OmniEvents::Servant::deactivateObject(), main(), OmniEvents::Orb::reportObjectFailure(), OmniEvents::Orb::resolveInitialReferences(), OmniEvents::ProxyPushSupplierManager::run(), and OmniEvents::omniEventsLogWorker::run_undetached(). |