summaryrefslogtreecommitdiff
path: root/ace/Connector.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-05-30 05:35:22 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-05-30 05:35:22 +0000
commit2f170827dd75355f267327326e93d3020b5d6d55 (patch)
tree0e69c3f1052c1a18e548ccd47d65494935fbcbdb /ace/Connector.h
parent6e2c328690740cd8dcc316c4765f4e2f6032b671 (diff)
downloadATCD-2f170827dd75355f267327326e93d3020b5d6d55.tar.gz
ChangeLogTag:Wed May 29 22:33:53 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/Connector.h')
-rw-r--r--ace/Connector.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/Connector.h b/ace/Connector.h
index 0073b30e819..bf4b10d90c2 100644
--- a/ace/Connector.h
+++ b/ace/Connector.h
@@ -114,10 +114,10 @@ class ACE_Connector : public ACE_Service_Object
public:
// Useful STL-style traits.
- typedef SVC_HANDLER::addr_type addr_type;
- typedef ACE_PEER_CONNECTOR connector_type;
- typedef SVC_HANDLER handler_type;
- typedef SVC_HANDLER::stream_type stream_type;
+ typedef ACE_TYPENAME SVC_HANDLER::addr_type addr_type;
+ typedef ACE_PEER_CONNECTOR connector_type;
+ typedef SVC_HANDLER handler_type;
+ typedef ACE_TYPENAME SVC_HANDLER::stream_type stream_type;
// typedef ACE_TYPENAME ACE_PEER_CONNECTOR_ADDR PEER_ADDR;