summaryrefslogtreecommitdiff
path: root/TAO/tao/Valuetype_Adapter.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-04-28 10:26:37 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-04-28 10:26:37 +0000
commitec52b1be10867395b69481557e8076a27642b25d (patch)
treeae1bc665d0de675b1ef135812a6c31f568b36767 /TAO/tao/Valuetype_Adapter.h
parentf6afb7322711489a44572d3459f3e1cf1be61412 (diff)
downloadATCD-ec52b1be10867395b69481557e8076a27642b25d.tar.gz
Mon Apr 28 10:26:32 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Valuetype_Adapter.h')
-rw-r--r--TAO/tao/Valuetype_Adapter.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/tao/Valuetype_Adapter.h b/TAO/tao/Valuetype_Adapter.h
index 9f656225bf7..4328567f313 100644
--- a/TAO/tao/Valuetype_Adapter.h
+++ b/TAO/tao/Valuetype_Adapter.h
@@ -56,16 +56,14 @@ public:
virtual ~TAO_Valuetype_Adapter (void);
virtual CORBA::Object_ptr abstractbase_to_object (
- CORBA::AbstractBase_ptr p
- ) = 0;
+ CORBA::AbstractBase_ptr p) = 0;
virtual CORBA::Boolean stream_to_value (TAO_InputCDR &,
CORBA::ValueBase *&) = 0;
virtual CORBA::Boolean stream_to_abstract_base (
TAO_InputCDR &,
- CORBA::AbstractBase_ptr &
- ) = 0;
+ CORBA::AbstractBase_ptr &) = 0;
virtual CORBA::Long type_info_single (void) const = 0;
@@ -74,8 +72,7 @@ public:
virtual CORBA::Boolean is_type_info_list (CORBA::Long) const = 0;
virtual CORBA::Boolean is_value_chunked (CORBA::Long) const = 0;
- virtual int vf_map_rebind (const char *,
- CORBA::ValueFactory &) = 0;
+ virtual int vf_map_rebind (const char *, CORBA::ValueFactory &) = 0;
virtual int vf_map_unbind (const char *) = 0;