#include <string>
#include <exception>
+//#define _DEBUG_
+
PySupervCompo::PySupervCompo( CORBA::ORB_ptr orb,
PortableServer::POA_ptr poa,
Engines::Container_ptr contain,
void create_calcium_port(Superv_Component_i* compo,char* name,char* type,char *mode,char* depend)
{
+#ifdef _DEBUG_
+ std::cerr << "create_calcium_port: " << name << " " << type << " " << mode << " " << depend << std::endl;
+#endif
+
if(std::string(mode) == "IN")
{
provides_port * port ;
#include <stdio.h>
+//#define _DEBUG_
// Déplacer cette information dans CorbaTypeManipulator
// Gérer en même temps la recopie profonde.
static_cast<CalciumTypes::DependencyType>(dependencyType), \
_t,i,nomvar,_bufferLength,*data); \
} catch ( const CalciumException & ex) { \
- DEBTRACE( ex.what() ) \
+ std::cerr << ex.what() << std::endl; \
return ex.getInfo(); \
} \
DEBTRACE( "-------- CalciumInterface(ecriture Inter Part), Valeur de data : " ) \