From 1f31dae61d85d8ebb248f5202214f7e5e605f80f Mon Sep 17 00:00:00 2001 From: chatty Date: Fri, 4 Oct 1996 09:20:43 +0000 Subject: Slight fix to suit documentation tools --- utils/HashTable.cc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/utils/HashTable.cc b/utils/HashTable.cc index d1c4b51..002efdd 100644 --- a/utils/HashTable.cc +++ b/utils/HashTable.cc @@ -3,7 +3,7 @@ * * by Stephane Chatty * - * Copyright 1991-1995 + * Copyright 1991-1996 * Laboratoire de Recherche en Informatique (LRI) * Centre d'Etudes de la Navigation Aerienne (CENA) * @@ -643,10 +643,12 @@ Get the status of an iterator. The status may be one of \var{Normal, StartOfTabl \var{EndOfTable} ?*/ #ifndef CPLUS_BUG13 -CcuHashCellIter:: -#endif +CcuHashCellIter::hashiter_status +CcuHashCellIter :: GetStatus () const +#else hashiter_status CcuHashCellIter :: GetStatus () const +#endif { if (CurCell) return Normal; -- cgit v1.1