#include "tao/ORB_Core.h"
#include "tao/ORB.h"
#include "ace/Task.h"
#include "ace/Auto_Ptr.h"
#include "Configurator_Factory.h"
#include "NoOp_Configurator.h"
#include "NodeApplication_Core.inl"
Include dependency graph for NodeApplication_Core.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | CIAO |
Classes | |
class | CIAO::NodeApplication_Core |
An ACE_Task subclass that allow the ORB thread to be run as separate thread when RT behaviors are needed. More... |
An ACE_Task subclass that manages the NodeApplication runtime. We can run this class as a separate thread, as in the case of RT support, or as a event driven ORB.