From: rahuel Date: Tue, 30 Aug 2005 06:07:55 +0000 (+0000) Subject: #define for omniORB4 X-Git-Tag: V_3_0_2~32 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=11e03d93640b596a38641e6b7c78861b82c0a035;p=modules%2Fsuperv.git #define for omniORB4 overload for << operator for Any type --- diff --git a/src/GraphBase/DataFlowBase_Base.hxx b/src/GraphBase/DataFlowBase_Base.hxx index 495d795..7d7988b 100644 --- a/src/GraphBase/DataFlowBase_Base.hxx +++ b/src/GraphBase/DataFlowBase_Base.hxx @@ -49,6 +49,10 @@ #include "utilities.h" #include "OpUtil.hxx" +#define omniORB_4_0_5 1 + +#define ExitWhenNodeAborted 1 + extern char *SuperVision_Version ; extern char *NULLSTRING ; @@ -199,6 +203,8 @@ namespace GraphBase { char * ObjectToString( CORBA::Object_ptr obj ) const ; CORBA::Object_ptr StringToObject(char * obj ) const ; + ostream & AnyValue( const CORBA::Any & anAny ); + } ; # ifdef _DEBUG_