diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-12-29 18:58:23 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-12-29 18:58:23 +0000 |
commit | 2ff9cc259006f2c1664b5d23ead5f295805b2752 (patch) | |
tree | 3fca357e0e35ec55958c841e9f217ca12d86407e /bin/Hash_Map_Manager_Helper | |
parent | 2f40b2774ee465084cb59873883a5fbcdfe2a3ae (diff) | |
download | ATCD-2ff9cc259006f2c1664b5d23ead5f295805b2752.tar.gz |
*** empty log message ***
Diffstat (limited to 'bin/Hash_Map_Manager_Helper')
-rwxr-xr-x | bin/Hash_Map_Manager_Helper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Hash_Map_Manager_Helper b/bin/Hash_Map_Manager_Helper index d5e7b01cee2..99c085348e9 100755 --- a/bin/Hash_Map_Manager_Helper +++ b/bin/Hash_Map_Manager_Helper @@ -68,7 +68,7 @@ # 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_Manager"` ) +foreach file ( `find . -type f \( -name "*.i" -o -name "*.h" -o -name "*.cpp" \) -print | xargs egrep -l "template[ \t]*class[ \t]*ACE_Hash_Map_Manager"` ) echo Fixing template instantiations in $file perl $ACE_ROOT/bin/Hash_Map_Manager.pl $file > $file.new mv $file.new $file |