summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Test_Filter/RT_Test_FilterFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Test_Filter/RT_Test_FilterFactory.h')
-rw-r--r--TAO/orbsvcs/tests/Notify/Test_Filter/RT_Test_FilterFactory.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Test_Filter/RT_Test_FilterFactory.h b/TAO/orbsvcs/tests/Notify/Test_Filter/RT_Test_FilterFactory.h
index 8d275197eb0..bff543cfc4a 100644
--- a/TAO/orbsvcs/tests/Notify/Test_Filter/RT_Test_FilterFactory.h
+++ b/TAO/orbsvcs/tests/Notify/Test_Filter/RT_Test_FilterFactory.h
@@ -9,8 +9,8 @@
*
*/
-#ifndef TAO_NS_RT_Test_FILTERFACTORY_H
-#define TAO_NS_RT_Test_FILTERFACTORY_H
+#ifndef TAO_Notify_Tests_RT_Test_FILTERFACTORY_H
+#define TAO_Notify_Tests_RT_Test_FILTERFACTORY_H
#include "ace/pre.h"
#include "rt_test_filter_export.h"
@@ -30,23 +30,23 @@
#endif /* _MSC_VER */
/**
- * @class TAO_NS_RT_Test_FilterFactory
+ * @class TAO_Notify_Tests_RT_Test_FilterFactory
*
* @brief
*
*/
-class TAO_RT_Test_Filter_Export TAO_NS_RT_Test_FilterFactory : public virtual PortableServer::RefCountServantBase
+class TAO_RT_Test_Filter_Export TAO_Notify_Tests_RT_Test_FilterFactory : public virtual PortableServer::RefCountServantBase
, public virtual POA_CosNotifyFilter::FilterFactory
- , public TAO_NS_FilterFactory
+ , public TAO_Notify_FilterFactory
{
public:
/// Constuctor
- TAO_NS_RT_Test_FilterFactory (void);
+ TAO_Notify_Tests_RT_Test_FilterFactory (void);
/// Destructor
- ~TAO_NS_RT_Test_FilterFactory ();
+ ~TAO_Notify_Tests_RT_Test_FilterFactory ();
- ///= TAO_NS_FilterFactory methods.
+ ///= TAO_Notify_Tests_FilterFactory methods.
virtual CosNotifyFilter::FilterFactory_ptr create (PortableServer::POA_var& filter_poa ACE_ENV_ARG_DECL);
@@ -78,7 +78,7 @@ protected:
#pragma warning(pop)
#endif /* _MSC_VER */
-ACE_FACTORY_DECLARE (TAO_RT_Test_Filter, TAO_NS_RT_Test_FilterFactory)
+ACE_FACTORY_DECLARE (TAO_RT_Test_Filter, TAO_Notify_Tests_RT_Test_FilterFactory)
#include "ace/post.h"
-#endif /* TAO_NS_RT_Test_FILTERFACTORY_H */
+#endif /* TAO_Notify_Tests_RT_Test_FILTERFACTORY_H */