From 2c398e382bf015eb4cf7302e5d79ed63f476be3a Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 22 Sep 2002 16:40:04 +0000 Subject: Ok now it compiles again... heureka I had to create templatebase so orecordlist and opimaccesstemplate do not have circular dependency otherwise just compile fixes to my templaes and i did not make them inline --- (limited to 'libopie/pim/otemplatebase.h') diff --git a/libopie/pim/otemplatebase.h b/libopie/pim/otemplatebase.h new file mode 100644 index 0000000..41cc934 --- a/dev/null +++ b/libopie/pim/otemplatebase.h @@ -0,0 +1,18 @@ +#ifndef OPIE_TEMPLATE_BASE_H +#define OPIE_TEMPLATE_BASE_H + +#include "opimrecord.h" + +template +class OTemplateBase { +public: + OTemplateBase() { + }; + virtual ~OTemplateBase() { + } + virtual T find( int uid ) = 0; + +}; + + +#endif -- cgit v0.9.0.2