Author: spadkins
Date: Mon May 22 08:14:52 2006
New Revision: 6329
Modified:
p5ee/trunk/App-Repository/lib/App/Repository.pm
Log:
rename _shutdown_unshareable_resources()
Modified: p5ee/trunk/App-Repository/lib/App/Repository.pm
==============================================================================
--- p5ee/trunk/App-Repository/lib/App/Repository.pm (original)
+++ p5ee/trunk/App-Repository/lib/App/Repository.pm Mon May 22 08:14:52 2006
@@ -362,7 +362,7 @@
sub _disconnect { 1; }
-sub _shutdown_parent_process_resources {
+sub _shutdown_unshareable_resources {
&App::sub_entry if ($App::trace);
my $self = shift;
&App::sub_exit() if ($App::trace);