5 * @author Pradeep Gore <pradeep@oomworks.com>
8 #ifndef TAO_Notify_Tests_APPLICATION_STARTER_H
9 #define TAO_Notify_Tests_APPLICATION_STARTER_H
10 #include /**/ "ace/pre.h"
12 #include "notify_test_export.h"
14 #if !defined (ACE_LACKS_PRAGMA_ONCE)
16 #endif /* ACE_LACKS_PRAGMA_ONCE */
19 * @class TAO_Notify_Tests_Driver_Base
21 * @brief Base class for Driver.
23 class TAO_NOTIFY_TEST_Export TAO_Notify_Tests_Driver_Base
26 virtual ~TAO_Notify_Tests_Driver_Base () {};
29 virtual void shutdown () = 0;
32 #include /**/ "ace/post.h"
33 #endif /* TAO_Notify_Tests_APPLICATION_STARTER_H */