diff options
author | William R. Otte <wotte@dre.vanderbilt.edu> | 2006-07-24 15:50:11 +0000 |
---|---|---|
committer | William R. Otte <wotte@dre.vanderbilt.edu> | 2006-07-24 15:50:11 +0000 |
commit | 6b846cf03c0bcbd8c276cb0af61a181e5f98eaae (patch) | |
tree | da50d054f9c761c3f6a5923f6979e93306c56d68 /TAO/orbsvcs/tests/Notify/lib/Options_Parser.h | |
parent | 0e555b9150d38e3b3473ba325b56db2642e6352b (diff) | |
download | ATCD-6b846cf03c0bcbd8c276cb0af61a181e5f98eaae.tar.gz |
Repo restructuring
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/lib/Options_Parser.h')
-rw-r--r-- | TAO/orbsvcs/tests/Notify/lib/Options_Parser.h | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/TAO/orbsvcs/tests/Notify/lib/Options_Parser.h b/TAO/orbsvcs/tests/Notify/lib/Options_Parser.h deleted file mode 100644 index 009713d6d1e..00000000000 --- a/TAO/orbsvcs/tests/Notify/lib/Options_Parser.h +++ /dev/null @@ -1,48 +0,0 @@ -/* -*- C++ -*- */ -/** - * @file Options_Parser.h - * - * $Id$ - * - * @author Pradeep Gore <pradeep@oomworks.com> - * - * - */ - -#ifndef TAO_Notify_Tests_OPTIONS_PARSER_H -#define TAO_Notify_Tests_OPTIONS_PARSER_H -#include /**/ "ace/pre.h" - -#include "notify_test_export.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "orbsvcs/CosNotificationC.h" -#include "ace/Arg_Shifter.h" - -/** - * @class TAO_Notify_Tests_Options_Parser - * - * @brief Common Options parsing code. - * - */ -class TAO_NOTIFY_TEST_Export TAO_Notify_Tests_Options_Parser -{ -public: - /// Constuctor - TAO_Notify_Tests_Options_Parser (void); - - /// Destructor - ~TAO_Notify_Tests_Options_Parser (); - - /// Populates <qos> with options apecified in <arg_shifter> - void execute (CosNotification::QoSProperties& qos, ACE_Arg_Shifter& arg_shifter); - - /// Populates <added> and <removed> with options apecified in <arg_shifter> - void execute (CosNotification::EventTypeSeq& added, CosNotification::EventTypeSeq& removed, ACE_Arg_Shifter& arg_shifter); -}; - -#include /**/ "ace/post.h" -#endif /* TAO_Notify_Tests_OPTIONS_PARSER_H */ |