#include "RuntimeSALOME.hxx"
#include "TypeConversions.hxx"
#include "TypeCode.hxx"
#include "AutoLocker.hxx"
#include "CORBAPorts.hxx"
#include "PythonPorts.hxx"
#include "ServiceNode.hxx"
#include "ComponentInstance.hxx"
#include "SALOME_GenericObj.hh"
#include <iostream>
#include <sstream>
#include "YacsTrace.hxx"
Go to the source code of this file.
Namespaces | |
namespace | YACS |
namespace | YACS::ENGINE |
Functions | |
void | releaseObj (CORBA::Any &data) |
void | registerObj (CORBA::Any &data) |
void | display (CORBA::Any *data) |
ostream & | YACS::ENGINE::operator<< (ostream &os, const OutputCorbaPort &p) |
void display | ( | CORBA::Any * | data | ) |
Definition at line 144 of file CORBAPorts.cxx.
References DEBTRACE, and YACS::ENGINE::Double.
Referenced by main(), and YACS::ENGINE::InputCorbaPort::put().
void registerObj | ( | CORBA::Any & | data | ) |
Definition at line 74 of file CORBAPorts.cxx.
References DEBTRACE.
Referenced by YACS::ENGINE::InputCorbaPort::put().
void releaseObj | ( | CORBA::Any & | data | ) |
Definition at line 48 of file CORBAPorts.cxx.
References DEBTRACE.
Referenced by YACS::ENGINE::InputCorbaPort::put(), YACS::ENGINE::OutputCorbaPort::put(), YACS::ENGINE::InputCorbaPort::~InputCorbaPort(), and YACS::ENGINE::OutputCorbaPort::~OutputCorbaPort().