summaryrefslogtreecommitdiff
path: root/ACE/apps/JAWS3
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-08-19 19:06:27 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-08-19 19:06:27 +0200
commitcdc108a61cb7e4a26932f5f4073c556260935c27 (patch)
tree13cda56e6d949b244293a097f9dccfe8eebfcf5c /ACE/apps/JAWS3
parent814e79122b919520b7a337408d8b66f9f30d38bf (diff)
downloadATCD-cdc108a61cb7e4a26932f5f4073c556260935c27.tar.gz
Removed old style documentation which was just about mentioning where constructors/destructors are
Diffstat (limited to 'ACE/apps/JAWS3')
-rw-r--r--ACE/apps/JAWS3/jaws3/Symbol_Table.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ACE/apps/JAWS3/jaws3/Symbol_Table.h b/ACE/apps/JAWS3/jaws3/Symbol_Table.h
index 346509e57f3..c19120c5eca 100644
--- a/ACE/apps/JAWS3/jaws3/Symbol_Table.h
+++ b/ACE/apps/JAWS3/jaws3/Symbol_Table.h
@@ -35,14 +35,10 @@
class JAWS_Symbol_Table;
class JAWS_Export JAWS_Symbol_Table : public JAWS_SYMBOL_TABLE_BASE
-
// = TITLE
// A class the associates a string with another string.
{
public:
-
- // = Initialization methods
-
JAWS_Symbol_Table (size_t size = 211);
// Hash table <size> should be a prime.