diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2019-08-19 19:06:27 +0200 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2019-08-19 19:06:27 +0200 |
commit | cdc108a61cb7e4a26932f5f4073c556260935c27 (patch) | |
tree | 13cda56e6d949b244293a097f9dccfe8eebfcf5c /ACE/apps/JAWS3 | |
parent | 814e79122b919520b7a337408d8b66f9f30d38bf (diff) | |
download | ATCD-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.h | 4 |
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. |