From ee937667fd0ecd82faab4c88d756b906fb625f1a Mon Sep 17 00:00:00 2001 From: sc Date: Tue, 28 Nov 2000 17:07:47 +0000 Subject: Integration into IvyLeague Uvh -> Ivl Multiplexer.* is renamed into Scheduler.* A few name conflicts in the merger with ex-DNN have been solved Imakefile is replaced by Makefile Created InetAddress.* and UnixAddress.* from Address.* Created IrdaAddress.* OLD/TextStream has been updated --- comm/error.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'comm/error.h') diff --git a/comm/error.h b/comm/error.h index 7d21204..f0245a3 100644 --- a/comm/error.h +++ b/comm/error.h @@ -10,17 +10,18 @@ * * $Id$ * $CurLog$ + * Removed global.h */ -#ifndef UchError_H_ -#define UchError_H_ +#ifndef IvlError_H_ +#define IvlError_H_ #include "cplus_bugs.h" -#include "ccu/bool.h" +#include "ivl/bool.h" #ifdef DOC // fake class for global functions -class UchError { +class IvlError { }; #endif @@ -55,5 +56,5 @@ extern void LogMessage (const char*); extern int errno; -#endif /* UchError_H_ */ +#endif /* IvlError_H_ */ -- cgit v1.1