summaryrefslogtreecommitdiff
path: root/bin/auto_ptr.perl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/auto_ptr.perl')
-rwxr-xr-xbin/auto_ptr.perl14
1 files changed, 0 insertions, 14 deletions
diff --git a/bin/auto_ptr.perl b/bin/auto_ptr.perl
deleted file mode 100755
index 01d1cb5e754..00000000000
--- a/bin/auto_ptr.perl
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/pkg/gnu/bin/perl -pi
-#
-#
-# You may want to run the "find" command with this script, which maybe something like this:
-#
-# find . -type f \( -name "*.i" -o -name "*.h" -o -name "*.C" -o -name "*.cc" -o -name "*.c" -o -name "*.cpp" -o -name "*.hpp" -o -name "*.ipp" \) -print | xargs $ACE_ROOT/bin/auto_ptr.perl
-#
-# And if your perl installation isn't in /pkg/gnu/bin/perl,
-# please make the change accordingly
-#
-#
-s/auto_basic_ptr/ACE_Auto_Basic_Ptr/g;
-s/auto_basic_array_ptr/ACE_Auto_Basic_Array_Ptr/g;
-s/auto_array_ptr/ACE_Auto_Array_Ptr/g;