uniq-ify class names
git-svn-id: file:///home/svn/framework3/trunk@9958 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
6f309d0351
commit
4a796f794a
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
|
||||
module Msf
|
||||
class Plugin::DeprecatedStub < Msf::Plugin
|
||||
class Plugin::DeprecatedMysql < Msf::Plugin
|
||||
def name
|
||||
"Deprecated_plugin_stub"
|
||||
end
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
|
||||
module Msf
|
||||
class Plugin::DeprecatedStub < Msf::Plugin
|
||||
class Plugin::DeprecatedPostgres < Msf::Plugin
|
||||
def name
|
||||
"Deprecated_plugin_stub"
|
||||
end
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
|
||||
module Msf
|
||||
class Plugin::DeprecatedStub < Msf::Plugin
|
||||
class Plugin::DeprecatedSqlite2 < Msf::Plugin
|
||||
def name
|
||||
"Deprecated_plugin_stub"
|
||||
end
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
##
|
||||
|
||||
module Msf
|
||||
class Plugin::DeprecatedStub < Msf::Plugin
|
||||
class Plugin::DeprecatedSqlite3 < Msf::Plugin
|
||||
def name
|
||||
"Deprecated_plugin_stub"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue