From 064ad3fc2458c72e1bd0429f1eefdb740dabdf34 Mon Sep 17 00:00:00 2001 From: irfan Date: Sat, 26 Dec 1998 22:31:57 +0000 Subject: *** empty log message *** --- bin/Hash_Map_Manager_Helper | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/Hash_Map_Manager_Helper') diff --git a/bin/Hash_Map_Manager_Helper b/bin/Hash_Map_Manager_Helper index a203ee3688e..d5e7b01cee2 100755 --- a/bin/Hash_Map_Manager_Helper +++ b/bin/Hash_Map_Manager_Helper @@ -68,8 +68,8 @@ # are using the template instantiation provided in ACE for ACE_Hash # and ACE_Equal_To, don't instantiate those templates. -foreach file ( `find . -type f \( -name "*.i" -o -name "*.h" -o -name "*.cpp" \) -print | xargs grep -l "template class ACE_Hash_Map_Entry"` ) +foreach file ( `find . -type f \( -name "*.i" -o -name "*.h" -o -name "*.cpp" \) -print | xargs grep -l "template class ACE_Hash_Map_Manager"` ) echo Fixing template instantiations in $file - perl $ACE_ROOT/bin/Hash_Map_Manager.perl $file > $file.new + perl $ACE_ROOT/bin/Hash_Map_Manager.pl $file > $file.new mv $file.new $file end -- cgit v1.2.1