From 11e03d93640b596a38641e6b7c78861b82c0a035 Mon Sep 17 00:00:00 2001 From: rahuel Date: Tue, 30 Aug 2005 06:07:55 +0000 Subject: [PATCH] #define for omniORB4 overload for << operator for Any type --- src/GraphBase/DataFlowBase_Base.hxx | 6 ++++++ 1 file changed, 6 insertions(+) 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_ -- 2.39.2