//
#include "Superv_Component_i.hxx"
-#include "calcium_port_factory.hxx"
class PySupervCompo:public Superv_Component_i
{
#ifndef _CALCIUM_CXXINTERFACE_HXX_
#define _CALCIUM_CXXINTERFACE_HXX_
+#if defined(__CONST_H) || defined(__CALCIUM_H)
+#error "The header CalciumCxxInterface.hxx must be included before calcium.h"
+#endif
+
#include <string>
#include <vector>
#include <iostream>
#ifndef CALCIUM_EXCEPTION_HXX
#define CALCIUM_EXCEPTION_HXX
+#if defined(__CONST_H) || defined(__CALCIUM_H)
+#error "The header CalciumException.hxx must be included before calcium.h"
+#endif
+
#include "DSC_Exception.hxx"
#include "CalciumTypes.hxx"
#include <string>
#ifndef _CALCIUM_INTERFACE_HXX_
#define _CALCIUM_INTERFACE_HXX_
+#if defined(__CONST_H) || defined(__CALCIUM_H)
+#error "The header CalciumInterface.hxx must be included before calcium.h"
+#endif
+
//Interface CALCIUM des utilisateurs en C++
#include "CalciumCxxInterface.hxx"