PaCO++
0.05
|
#include <PaCO++.h>
#include <vector>
#include <string>
#include <iostream>
#include <FabriqueManager.h>
Go to the source code of this file.
Classes | |
class | InterfaceManager_impl |
class | InterfaceParallel_impl |
Functions | |
paco_fabrique_manager * | paco_getFabriqueManager () |
void * | paco_orb_run (void *arg) |
Definition at line 28 of file PaCO++_src.cc.
Referenced by PaCO_operation::PaCO_operation().
{ static paco_fabrique_manager* pfm=NULL; if (!pfm) pfm = new paco_fabrique_manager(); return pfm; }
void* paco_orb_run | ( | void * | arg | ) |
Definition at line 21 of file PaCO++_src.cc.
{ CORBA::ORB_ptr orb = (CORBA::ORB_ptr) arg; orb->run(); return (void*) 0; }