Author: spadkins
Date: Mon May 22 08:21:36 2006
New Revision: 6330
Modified:
p5ee/trunk/App-Repository/lib/App/Repository/DBI.pm
Log:
rename to _shutdown_unshareable_resources()
Modified: p5ee/trunk/App-Repository/lib/App/Repository/DBI.pm
==============================================================================
--- p5ee/trunk/App-Repository/lib/App/Repository/DBI.pm (original)
+++ p5ee/trunk/App-Repository/lib/App/Repository/DBI.pm Mon May 22 08:21:36 2006
@@ -299,7 +299,7 @@
1;
}
-sub _shutdown_parent_process_resources {
+sub _shutdown_unshareable_resources {
&App::sub_entry if ($App::trace);
my $self = shift;
$self->_disconnect_client_only();