summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/lib/Driver_Base.h
diff options
context:
space:
mode:
authorpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-06 21:41:59 +0000
committerpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-06 21:41:59 +0000
commit841fa191a1b0d5cc11126ab8ebcfabe81e67cdf3 (patch)
tree81718fd25f82ab70bf2b1fe6f14b52a7f7df9b56 /TAO/orbsvcs/tests/Notify/lib/Driver_Base.h
parentc070c5964e6e0a9eb3aafb291d65ff0f7c6944a9 (diff)
downloadATCD-841fa191a1b0d5cc11126ab8ebcfabe81e67cdf3.tar.gz
ChangeLogTag: Sun Jul 06 17:40:19 2003 Pradeep Gore <pradeep@oomworks.com>
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/lib/Driver_Base.h')
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Driver_Base.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/orbsvcs/tests/Notify/lib/Driver_Base.h b/TAO/orbsvcs/tests/Notify/lib/Driver_Base.h
index b49d95a7056..f2af9612309 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Driver_Base.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Driver_Base.h
@@ -9,8 +9,8 @@
*
*/
-#ifndef TAO_NS_APPLICATION_STARTER_H
-#define TAO_NS_APPLICATION_STARTER_H
+#ifndef TAO_Notify_Tests_APPLICATION_STARTER_H
+#define TAO_Notify_Tests_APPLICATION_STARTER_H
#include "ace/pre.h"
#include "notify_test_export.h"
@@ -20,19 +20,19 @@
#endif /* ACE_LACKS_PRAGMA_ONCE */
/**
- * @class TAO_NS_Driver_Base
+ * @class TAO_Notify_Tests_Driver_Base
*
* @brief Base class for Driver.
*
*/
-class TAO_NOTIFY_TEST_Export TAO_NS_Driver_Base
+class TAO_NOTIFY_TEST_Export TAO_Notify_Tests_Driver_Base
{
public:
- virtual ~TAO_NS_Driver_Base () {};
+ virtual ~TAO_Notify_Tests_Driver_Base () {};
/// Shutdown
virtual void shutdown (void) = 0;
};
#include "ace/post.h"
-#endif /* TAO_NS_APPLICATION_STARTER_H */
+#endif /* TAO_Notify_Tests_APPLICATION_STARTER_H */