From 579a58106e541ef4a005eceaf4577048c69fa539 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 5 Jun 2006 20:18:00 +0000 Subject: Fixes to the plugin system, it's a little tricky to test, but it's looking good. --- src/test/plugin/plugin.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/test/plugin/plugin.cpp (limited to 'src/test/plugin/plugin.cpp') diff --git a/src/test/plugin/plugin.cpp b/src/test/plugin/plugin.cpp new file mode 100644 index 0000000..ea558fd --- /dev/null +++ b/src/test/plugin/plugin.cpp @@ -0,0 +1,10 @@ +#include "plugin.h" + +Plugin::Plugin() +{ +} + +Plugin::~Plugin() +{ +} + -- cgit v1.2.3