uniq-ify class names

git-svn-id: file:///home/svn/framework3/trunk@9958 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2010-08-05 02:23:34 +00:00
parent 6f309d0351
commit 4a796f794a
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
#
module Msf
class Plugin::DeprecatedStub < Msf::Plugin
class Plugin::DeprecatedMysql < Msf::Plugin
def name
"Deprecated_plugin_stub"
end

View File

@ -4,7 +4,7 @@
#
module Msf
class Plugin::DeprecatedStub < Msf::Plugin
class Plugin::DeprecatedPostgres < Msf::Plugin
def name
"Deprecated_plugin_stub"
end

View File

@ -4,7 +4,7 @@
#
module Msf
class Plugin::DeprecatedStub < Msf::Plugin
class Plugin::DeprecatedSqlite2 < Msf::Plugin
def name
"Deprecated_plugin_stub"
end

View File

@ -4,7 +4,7 @@
##
module Msf
class Plugin::DeprecatedStub < Msf::Plugin
class Plugin::DeprecatedSqlite3 < Msf::Plugin
def name
"Deprecated_plugin_stub"
end