#include <omniORB4/CORBA.h>
#include <assert.h>
#include <set>
#include <iostream.h>
Include dependency graph for IRObject.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Omniifr |
Defines | |
#define | IFELSE_OMNIORB4(omniORB4_code, default_code) default_code |
#define | DB(l, x) {if(omniORB::trace(l)){omniORB::logger log("omniIFR: ");log<<x<<"\n";}} |
#define | getAttr(x) if(x) return x->_this(); else throw CORBA::BAD_INV_ORDER(); |
Helper, used by attribute getters. |
|
|
Helper, used by attribute getters.
Definition at line 54 of file IRObject.h. |
|