summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-02 22:32:41 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-02 22:32:41 +0000
commitbffb59df4703134a68703b163d7f1aaa254ae531 (patch)
tree7aa554d6aa2447711275417361485b288a20c9b7
parentfff49062f390c5a5ff774c9933a3c6fb176f8374 (diff)
downloadATCD-bffb59df4703134a68703b163d7f1aaa254ae531.tar.gz
Moved Win32 specific template specification declaration from connect.h to orb_core.h.
-rw-r--r--TAO/tao/connect.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/TAO/tao/connect.h b/TAO/tao/connect.h
index 9aba94b8298..2c7e09dbccb 100644
--- a/TAO/tao/connect.h
+++ b/TAO/tao/connect.h
@@ -97,11 +97,4 @@ protected:
typedef ACE_Strategy_Acceptor<TAO_Server_Connection_Handler, ACE_SOCK_ACCEPTOR>
TAO_ACCEPTOR;
-// Declare that the following method should be specialized.
-
-#if defined (ACE_WIN32)
-extern template size_t
-ACE_Hash_Addr<ACE_INET_Addr>::hash_i (const ACE_INET_Addr &addr) const;
-#endif /* ACE_WIN32 */
-
#endif /* TAO_CONNECT_H */