summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_protocol_ft/ftnoir_protocol_ft_dll.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2013-12-31 15:52:50 +0100
committerStanislaw Halik <sthalik@misaki.pl>2013-12-31 15:52:50 +0100
commit4abd0ca3b5090018a7db05e8c2e0f478d861d978 (patch)
tree197e8497e4662acb2d7adb214f3d942b4dbd636e /ftnoir_protocol_ft/ftnoir_protocol_ft_dll.cpp
parent4b5bd9d5e8f2b239da4979e33f42a4ca5f5498db (diff)
ft: use settings framework
Diffstat (limited to 'ftnoir_protocol_ft/ftnoir_protocol_ft_dll.cpp')
-rw-r--r--ftnoir_protocol_ft/ftnoir_protocol_ft_dll.cpp18
1 files changed, 1 insertions, 17 deletions
diff --git a/ftnoir_protocol_ft/ftnoir_protocol_ft_dll.cpp b/ftnoir_protocol_ft/ftnoir_protocol_ft_dll.cpp
index f4e4a40e..38f11211 100644
--- a/ftnoir_protocol_ft/ftnoir_protocol_ft_dll.cpp
+++ b/ftnoir_protocol_ft/ftnoir_protocol_ft_dll.cpp
@@ -23,24 +23,8 @@
* *
********************************************************************************/
#include "ftnoir_protocol_ft.h"
-#include <QDebug>
-FTNoIR_ProtocolDll::FTNoIR_ProtocolDll() {
-}
-
-FTNoIR_ProtocolDll::~FTNoIR_ProtocolDll()
-{
-
-}
-
-////////////////////////////////////////////////////////////////////////////////
-// Factory function that creates instances if the Protocol object.
-
-// Export both decorated and undecorated names.
-// GetProtocolDll - Undecorated name, which can be easily used with GetProcAddress
-// Win32 API function.
-// _GetProtocolDll@0 - Common name decoration for __stdcall functions in C language.
extern "C" FTNOIR_PROTOCOL_BASE_EXPORT Metadata* CALLING_CONVENTION GetMetadata()
{
return new FTNoIR_ProtocolDll;
-} \ No newline at end of file
+}