X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FRuntimeSALOME.hxx;h=b777a36a33ce72d88190a41330c989ea61b56334;hb=1dcee809aa495527ea5cce3b935a5999ec0a1577;hp=06515767dee92bd8749b4f74e4ba06a353896a48;hpb=49b47d59a19c61558557bf82d10b56264afa7af0;p=modules%2Fyacs.git diff --git a/src/runtime/RuntimeSALOME.hxx b/src/runtime/RuntimeSALOME.hxx index 06515767d..b777a36a3 100644 --- a/src/runtime/RuntimeSALOME.hxx +++ b/src/runtime/RuntimeSALOME.hxx @@ -33,31 +33,11 @@ #include #include +#include #include "Runtime.hxx" #include #include - -//--- from omniORBpy.h (not present on Debian Sarge packages) -struct omniORBpyAPI -{ - PyObject* (*cxxObjRefToPyObjRef)(const CORBA::Object_ptr cxx_obj, - CORBA::Boolean hold_lock); - // Convert a C++ object reference to a Python object reference. - // If is true, caller holds the Python interpreter lock. - - CORBA::Object_ptr (*pyObjRefToCxxObjRef)(PyObject* py_obj, - CORBA::Boolean hold_lock); - // Convert a Python object reference to a C++ object reference. - // Raises BAD_PARAM if the Python object is not an object reference. - // If is true, caller holds the Python interpreter lock. - - PyObject* (*handleCxxSystemException)(const CORBA::SystemException& ex); - // Sets the Python exception state to reflect the given C++ system - // exception. Always returns NULL. The caller must hold the Python - // interpreter lock. -}; -//--- end of from omniORBpy.h (not present on Debian Sarge packages) namespace YACS {