diff options
Diffstat (limited to 'src/translator.h')
-rw-r--r-- | src/translator.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/translator.h b/src/translator.h index 725c288..6398ca4 100644 --- a/src/translator.h +++ b/src/translator.h @@ -2,7 +2,7 @@ * * * - * Copyright (C) 1997-2001 by Dimitri van Heesch. + * Copyright (C) 1997-2002 by Dimitri van Heesch. * * Permission to use, copy, modify, and distribute this software and its * documentation under the terms of the GNU General Public License is hereby @@ -364,6 +364,13 @@ class Translator virtual QCString trReferences() = 0; +////////////////////////////////////////////////////////////////////////// +// new since 1.2.13 +////////////////////////////////////////////////////////////////////////// + + virtual QCString trImplementedFromList(int numEntries) = 0; + virtual QCString trImplementedInList(int numEntries) = 0; + }; #endif |