summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_Argument_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Object_Argument_T.h')
-rw-r--r--TAO/tao/Object_Argument_T.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/TAO/tao/Object_Argument_T.h b/TAO/tao/Object_Argument_T.h
index 9f0f3139e48..15d63cafa4d 100644
--- a/TAO/tao/Object_Argument_T.h
+++ b/TAO/tao/Object_Argument_T.h
@@ -150,11 +150,6 @@ namespace TAO
typedef Out_Object_Argument_T<T_ptr,T_out> out_arg_val;
typedef Ret_Object_Argument_T<T_ptr,T_var> ret_val;
- typedef Const_Argument_T<in_type> in_arg_base;
- typedef Mutable_Argument_T<inout_type> inout_arg_base;
- typedef Mutable_Argument_T<out_type> out_arg_base;
- typedef Mutable_Argument_T<inout_type> ret_base;
-
typedef Object_Tag idl_tag;
};
}