summaryrefslogtreecommitdiff
path: root/orbsvcs/orbsvcs/CosTradingDynamic.idl
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/orbsvcs/CosTradingDynamic.idl')
-rw-r--r--orbsvcs/orbsvcs/CosTradingDynamic.idl32
1 files changed, 17 insertions, 15 deletions
diff --git a/orbsvcs/orbsvcs/CosTradingDynamic.idl b/orbsvcs/orbsvcs/CosTradingDynamic.idl
index 27ffedbbf35..8db8df9343e 100644
--- a/orbsvcs/orbsvcs/CosTradingDynamic.idl
+++ b/orbsvcs/orbsvcs/CosTradingDynamic.idl
@@ -1,17 +1,19 @@
/* -*- C++ -*- */
-// ========================================================================
-// $Id$
-//
-// = FILENAME
-// CosTradingDynamic.idl
-//
-// = DESCRIPTION
-// Trader Service v1.0 described in CORBAservices: Common Object
-// Services Specification, chapter 16 OMG IDL for Trading Function
-// Module, p 16-74
-//
-// ========================================================================
+//=============================================================================
+/**
+ * @file CosTradingDynamic.idl
+ *
+ * $Id$
+ *
+ * Trader Service v1.0 described in CORBAservices: Common Object
+ * Services Specification, chapter 16 OMG IDL for Trading Function
+ * Module, p 16-74
+ *
+ *
+ */
+//=============================================================================
+
#ifndef TAO_TRADING_DYNAMIC_IDL
#define TAO_TRADING_DYNAMIC_IDL
@@ -25,15 +27,15 @@
module CosTradingDynamic
{
-
+
exception DPEvalFailure {
CosTrading::PropertyName name;
CORBA::TypeCode returned_type;
any extra_info;
};
-
+
interface DynamicPropEval
- {
+ {
any evalDP (in CosTrading::PropertyName name,
in CORBA::TypeCode returned_type,
in any extra_info)