summaryrefslogtreecommitdiff
path: root/TAO/tao/Abstract_Servant_Base.h
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-06-19 14:51:36 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-06-19 14:51:36 +0000
commitea8dcfa0d0b47bdd5a30394bfc0753fa41f4d48a (patch)
tree27d566b86585b07ef0779a5f17a66d5fff4d2327 /TAO/tao/Abstract_Servant_Base.h
parente29cb9b89f0bf68964468a8b92681059437882f3 (diff)
downloadATCD-ea8dcfa0d0b47bdd5a30394bfc0753fa41f4d48a.tar.gz
ChangeLogTag: Mon Jun 19 14:49:25 UTC 2006 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Abstract_Servant_Base.h')
-rw-r--r--TAO/tao/Abstract_Servant_Base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Abstract_Servant_Base.h b/TAO/tao/Abstract_Servant_Base.h
index f84b36f3630..de7ea8b1a13 100644
--- a/TAO/tao/Abstract_Servant_Base.h
+++ b/TAO/tao/Abstract_Servant_Base.h
@@ -48,7 +48,7 @@ namespace CORBA
class Object;
typedef Object *Object_ptr;
typedef TAO_Pseudo_Var_T<Object> Object_var;
- typedef TAO_Pseudo_Out_T<Object, Object_var> Object_out;
+ typedef TAO_Pseudo_Out_T<Object> Object_out;
}
namespace TAO