From 325530e630c68c7c10a2f4339f5b43434fcd0329 Mon Sep 17 00:00:00 2001 From: sc Date: Tue, 28 Nov 2000 14:19:35 +0000 Subject: Incorporation into IvyLeague Ccu -> Ivl ccu -> ivl Smart pointers disappear (too dangerous) Imakefile disappears (Makefile now) An empty cplus_bugs.h has been created locally --- utils/DirPath.h | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'utils/DirPath.h') diff --git a/utils/DirPath.h b/utils/DirPath.h index 3fe377e..538a4ff 100644 --- a/utils/DirPath.h +++ b/utils/DirPath.h @@ -13,24 +13,23 @@ * $CurLog$ */ - #ifndef DirPath_H_ #define DirPath_H_ #include "cplus_bugs.h" #include "List.h" -class CcuDirPath : public CcuList { +class IvlDirPath : public IvlList { public: enum alloc_mode { DontAllocNames, DoAllocNames }; private: alloc_mode Alloc; public: - CcuDirPath (); - CcuDirPath (alloc_mode); - CcuDirPath (const char*); - CcuDirPath (const char*, const char*, ...); - ~CcuDirPath (); + IvlDirPath (); + IvlDirPath (alloc_mode); + IvlDirPath (const char*); + IvlDirPath (const char*, const char*, ...); + ~IvlDirPath (); void Append (const char*); void Prepend (const char*); void AppendEnvPath (const char*, char sep = ':'); -- cgit v1.1