]> SALOME platform Git repositories - modules/superv.git/commitdiff
Salome HOME
#define for omniORB4
authorrahuel <rahuel@opencascade.com>
Tue, 30 Aug 2005 06:07:55 +0000 (06:07 +0000)
committerrahuel <rahuel@opencascade.com>
Tue, 30 Aug 2005 06:07:55 +0000 (06:07 +0000)
overload for << operator for Any type

src/GraphBase/DataFlowBase_Base.hxx

index 495d795f8bff95ac31241c37d3a60ecfd326e9ef..7d7988b9669e8fae256cd71f2b0005fc546a90ad 100644 (file)
 #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_