From 7e1d63dd9fd149e4934bf77095c8610fac786b04 Mon Sep 17 00:00:00 2001 From: Henri Herscher Date: Thu, 20 Oct 2005 13:40:58 +0000 Subject: First checkin git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@2 09dcff7a-b715-0410-9601-b79a96267cd0 --- orkbasecxx/OrkBase.cpp | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 orkbasecxx/OrkBase.cpp (limited to 'orkbasecxx/OrkBase.cpp') diff --git a/orkbasecxx/OrkBase.cpp b/orkbasecxx/OrkBase.cpp new file mode 100644 index 0000000..98d7d1b --- /dev/null +++ b/orkbasecxx/OrkBase.cpp @@ -0,0 +1,27 @@ +/* + * Oreka -- A media capture and retrieval platform + * + * Copyright (C) 2005, orecx LLC + * + * http://www.orecx.com + * + * This program is free software, distributed under the terms of + * the GNU General Public License. + * Please refer to http://www.gnu.org/copyleft/gpl.html + * + */ + +// Defines the entry point for the DLL application. +// + +//#include "stdafx.h" +/* +BOOL APIENTRY DllMain( HANDLE hModule, + DWORD ul_reason_for_call, + LPVOID lpReserved + ) +{ + return TRUE; +} +*/ + -- cgit v1.2.3