From c2cd5470fa3ec69394fa65ad16ab29a6cadab56f Mon Sep 17 00:00:00 2001 From: zecke Date: Mon, 07 Oct 2002 11:31:35 +0000 Subject: Initial revision --- diff --git a/core/pim/todo/todoedit.h b/core/pim/todo/todoedit.h new file mode 100644 index 0000000..02800ca --- a/dev/null +++ b/core/pim/todo/todoedit.h @@ -0,0 +1,17 @@ +#ifndef OPIE_TODO_EDIT_H +#define OPIE_TODO_EDIT_H + +#include + +namespace Todo { + class Edit { + public: + Edit(); + virtual ~Edit(); + + ToDoEvent newEvent( const OTodo& ) = 0; + ToDoEvent editEvent( const OTodo& ) = 0; + }; +}; + +#endif diff --git a/core/pim/todo/todotemplate.h b/core/pim/todo/todotemplate.h new file mode 100644 index 0000000..9575737 --- a/dev/null +++ b/core/pim/todo/todotemplate.h @@ -0,0 +1,11 @@ +#ifndef OPIE_TODO_TEMPLATE_H +#define OPIE_TODO_TEMPLATE_H + + + +namespace Todo { + + +}; + +#endif -- cgit v0.9.0.2