summaryrefslogtreecommitdiff
path: root/DAnCE/Config_Handlers/DynAny_Handler/DynAny_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'DAnCE/Config_Handlers/DynAny_Handler/DynAny_Handler.h')
-rw-r--r--DAnCE/Config_Handlers/DynAny_Handler/DynAny_Handler.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/DAnCE/Config_Handlers/DynAny_Handler/DynAny_Handler.h b/DAnCE/Config_Handlers/DynAny_Handler/DynAny_Handler.h
index bc2254a9bf2..0c6ae41eaeb 100644
--- a/DAnCE/Config_Handlers/DynAny_Handler/DynAny_Handler.h
+++ b/DAnCE/Config_Handlers/DynAny_Handler/DynAny_Handler.h
@@ -53,18 +53,18 @@ namespace DAnCE
DynamicAny::DynAny_ptr extract_into_dynany (const DataType &type,
const DataValue &value,
CORBA::TypeCode_ptr = 0);
-
+
Any extract_from_dynany (const CORBA::Any &any);
CORBA::ORB_ptr orb ();
DynamicAny::DynAnyFactory_ptr daf ();
-
+
CORBA::TypeCode_ptr create_typecode (const DataType &type);
-
+
void register_typecode (const std::basic_string<ACE_TCHAR> typeID,
CORBA::TypeCode_ptr tc);
-
+
CORBA::TypeCode_ptr get_typecode (const std::basic_string<ACE_TCHAR> typeID);
private:
@@ -72,7 +72,7 @@ namespace DAnCE
CORBA::ORB_var orb_;
DynamicAny::DynAnyFactory_var daf_;
-
+
std::map <std::basic_string<ACE_TCHAR>, CORBA::TypeCode_ptr> typecode_map_;
};