summaryrefslogtreecommitdiff
path: root/TAO/tao/Request.h
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-22 02:15:23 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-22 02:15:23 +0000
commitde4b972b9474bdb37b2582de6499ea8390db854d (patch)
tree1d49c5da6b6a3f5f8cc7e3c587b7bcf1f769ed86 /TAO/tao/Request.h
parent4a5b53fde827ab090555bc3cd53f0b8aa14abad0 (diff)
downloadATCD-de4b972b9474bdb37b2582de6499ea8390db854d.tar.gz
Removed typedefs and use of foo_ptr and foo::_ptr_type for all types
except interfaces, valuetypes, pseudo-objects. Also added BoundsC.* to the MSVC project (it had been removed by a recent checkin).
Diffstat (limited to 'TAO/tao/Request.h')
-rw-r--r--TAO/tao/Request.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/tao/Request.h b/TAO/tao/Request.h
index 5745cdd9d65..f0eb4dead0c 100644
--- a/TAO/tao/Request.h
+++ b/TAO/tao/Request.h
@@ -285,7 +285,6 @@ class CORBA_ORB_RequestSeq : public TAO_Unbounded_Pseudo_Sequence<CORBA_Request,
public:
// Helpful with template programming.
#if !defined(__GNUC__) || __GNUC__ > 2 || __GNUC_MINOR__ >= 8
- typedef CORBA_ORB_RequestSeq_ptr _ptr_type;
typedef CORBA_ORB_RequestSeq_var _var_type;
#endif /* __GNUC__ */