summaryrefslogtreecommitdiff
path: root/config_complex_types_1/Config_Handlers/DynAny_Handler/DynAny_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'config_complex_types_1/Config_Handlers/DynAny_Handler/DynAny_Handler.h')
-rw-r--r--config_complex_types_1/Config_Handlers/DynAny_Handler/DynAny_Handler.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/config_complex_types_1/Config_Handlers/DynAny_Handler/DynAny_Handler.h b/config_complex_types_1/Config_Handlers/DynAny_Handler/DynAny_Handler.h
index e76042b2456..7914d55f2a1 100644
--- a/config_complex_types_1/Config_Handlers/DynAny_Handler/DynAny_Handler.h
+++ b/config_complex_types_1/Config_Handlers/DynAny_Handler/DynAny_Handler.h
@@ -49,9 +49,8 @@ namespace CIAO
~DynAny_Handler (void);
- DynamicAny::DynAny_ptr extract_into_dynany (const DataType& type,
- const DataValue& value);
-
+ DynamicAny::DynAny_ptr extract_into_dynany (const Any &any);
+
Any extract_from_dynany (const CORBA::Any &any);
CORBA::ORB_ptr orb ();