diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-03 21:33:59 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-03 21:33:59 +0000 |
commit | de422b00d9c16418a0fd122dceef53c7ea6b36ae (patch) | |
tree | 17b5d8af057c9d3d6a3f17790fd7be27932821ea /tests/Process_Strategy_Test.h | |
parent | b3b85a2c23d999f5983620767755e3900cb7ef0e (diff) | |
download | ATCD-de422b00d9c16418a0fd122dceef53c7ea6b36ae.tar.gz |
(Options): added a destructor so that the dynamically allocated concurrency_strategy_ can be deleted
Diffstat (limited to 'tests/Process_Strategy_Test.h')
-rw-r--r-- | tests/Process_Strategy_Test.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Process_Strategy_Test.h b/tests/Process_Strategy_Test.h index c48dda7574a..b16bb6733c3 100644 --- a/tests/Process_Strategy_Test.h +++ b/tests/Process_Strategy_Test.h @@ -70,6 +70,9 @@ public: Options (void); // Constructor. + ~Options (void); + // Destructor. + int parse_args (int argc, char *argv[]); enum Concurrency_Type |