diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-06-23 23:27:52 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-06-23 23:27:52 +0000 |
commit | 549483af24a1bf1ee961f9ead01b3d7042d42f37 (patch) | |
tree | 7a011c670fff6e63deeb8e914779cb3574065a88 /ace/ACE.cpp | |
parent | 024853fd7e9a3dcc4b9c2be4ee0e6e927b0c1c48 (diff) | |
download | ATCD-549483af24a1bf1ee961f9ead01b3d7042d42f37.tar.gz |
added auto_basic_array_ptr specialization
Diffstat (limited to 'ace/ACE.cpp')
-rw-r--r-- | ace/ACE.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/ACE.cpp b/ace/ACE.cpp index efbc21d4816..3fe4035733a 100644 --- a/ace/ACE.cpp +++ b/ace/ACE.cpp @@ -1903,4 +1903,5 @@ ACE::get_ip_interfaces (size_t &count, #if defined (ACE_TEMPLATES_REQUIRE_SPECIALIZATION) template class auto_array_ptr<struct ifreq>; +template class auto_basic_array_ptr<struct ifreq>; #endif /* ACE_TEMPLATES_REQUIRE_SPECIALIZATION */ |