From 074dcdeed8f599d3f4108af10c7cb94c3b9ac11e Mon Sep 17 00:00:00 2001 From: Pixel Date: Fri, 9 Nov 2001 16:14:06 +0000 Subject: Autogen... --- include/Exceptions.h | 2 +- include/TaskMan.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/Exceptions.h b/include/Exceptions.h index 56460a6..6862036 100644 --- a/include/Exceptions.h +++ b/include/Exceptions.h @@ -32,7 +32,7 @@ #include #endif -class MemoryException; +class GeneralException; char * xstrdup(const char *) throw (GeneralException); void * xmalloc(ssize_t) throw (GeneralException); diff --git a/include/TaskMan.h b/include/TaskMan.h index fe0d565..8f557a4 100644 --- a/include/TaskMan.h +++ b/include/TaskMan.h @@ -2,10 +2,10 @@ #define __TASKMAN_H__ #ifdef __cplusplus -#include +#include #include -catch TaskMan : public Base { +class TaskMan : public Base { public: TaskMan(); ~TaskMan(); -- cgit v1.2.3