summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/lib
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-21 23:51:40 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-21 23:51:40 +0000
commitb3137ee815be2a3907226eda6c1f8bd180af66cd (patch)
tree4755dbd469a80c5372ec49f8ee205697dc9deee2 /TAO/orbsvcs/tests/Notify/lib
parentc2d2715c82253e85b4df87f92a5ee1c782543246 (diff)
downloadATCD-b3137ee815be2a3907226eda6c1f8bd180af66cd.tar.gz
ChangeLogTag:Mon Jul 21 22:57:54 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/lib')
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Activation_Manager.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Application_Command.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Command.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Command_Builder.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Command_Factory.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Command_Factory_T.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/ConsumerAdmin_Command.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Consumer_T.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Direct_Consumer.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Direct_Supplier.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Driver.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Driver_Base.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/EventChannel_Command.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Factories_Define.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Filter_Command.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/LookupManager.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Name.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Notify_PushConsumer.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Notify_PushSupplier.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Notify_SequencePushConsumer.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Notify_SequencePushSupplier.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Notify_StructuredPushConsumer.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Notify_StructuredPushSupplier.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Options_Parser.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Peer.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Peer_T.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer_Command.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier_Command.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Priority_Mapping.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/PushConsumer.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/PushSupplier.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Relay_Consumer.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/SequencePushConsumer.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/SequencePushSupplier.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/StructuredEvent.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/StructuredPushConsumer.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/StructuredPushSupplier.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/SupplierAdmin_Command.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Supplier_T.h4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Task_Callback.h4
42 files changed, 84 insertions, 84 deletions
diff --git a/TAO/orbsvcs/tests/Notify/lib/Activation_Manager.h b/TAO/orbsvcs/tests/Notify/lib/Activation_Manager.h
index 3d9ec8b0fc4..7ba0f5bb176 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Activation_Manager.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Activation_Manager.h
@@ -11,7 +11,7 @@
#ifndef TAO_Notify_Tests_ACTIVATION_MANAGER_H
#define TAO_Notify_Tests_ACTIVATION_MANAGER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "notify_test_export.h"
@@ -132,5 +132,5 @@ protected:
TAO_SYNCH_CONDITION started_condition_;
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_Notify_Tests_ACTIVATION_MANAGER_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/Application_Command.h b/TAO/orbsvcs/tests/Notify/lib/Application_Command.h
index 5a4b8d059fd..ff267fc37a3 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Application_Command.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Application_Command.h
@@ -11,7 +11,7 @@
#ifndef TAO_Notify_Tests_APPLICATION_COMMAND_H
#define TAO_Notify_Tests_APPLICATION_COMMAND_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "notify_test_export.h"
@@ -79,5 +79,5 @@ protected:
void handle_wait_to_start (ACE_ENV_SINGLE_ARG_DECL);
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_Notify_Tests_APPLICATION_COMMAND_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/Command.h b/TAO/orbsvcs/tests/Notify/lib/Command.h
index 7bed8e63a74..525c6e373fd 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Command.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Command.h
@@ -11,7 +11,7 @@
#ifndef TAO_Notify_Tests_COMMAND_H
#define TAO_Notify_Tests_COMMAND_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "notify_test_export.h"
@@ -67,5 +67,5 @@ private:
void next (TAO_Notify_Tests_Command* command);
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_Notify_Tests_COMMAND_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/Command_Builder.h b/TAO/orbsvcs/tests/Notify/lib/Command_Builder.h
index b994753d5ad..7ca63765dbe 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Command_Builder.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Command_Builder.h
@@ -11,7 +11,7 @@
#ifndef TAO_Notify_Tests_COMMAND_BUILDER_H
#define TAO_Notify_Tests_COMMAND_BUILDER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "notify_test_export.h"
@@ -70,5 +70,5 @@ ACE_STATIC_SVC_DECLARE_EXPORT (TAO_NOTIFY_TEST, TAO_Notify_Tests_Command_Builder
ACE_FACTORY_DECLARE (TAO_NOTIFY_TEST, TAO_Notify_Tests_Command_Builder)
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_Notify_Tests_COMMAND_BUILDER_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/Command_Factory.h b/TAO/orbsvcs/tests/Notify/lib/Command_Factory.h
index 5f2b2b106c8..5101acad53f 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Command_Factory.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Command_Factory.h
@@ -11,7 +11,7 @@
#ifndef TAO_Notify_Tests_COMMAND_FACTORY_H
#define TAO_Notify_Tests_COMMAND_FACTORY_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "notify_test_export.h"
@@ -40,5 +40,5 @@ public:
virtual TAO_Notify_Tests_Command* create (void) = 0;
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_Notify_Tests_COMMAND_FACTORY_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/Command_Factory_T.h b/TAO/orbsvcs/tests/Notify/lib/Command_Factory_T.h
index 13be6d6b9af..6c1ac060602 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Command_Factory_T.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Command_Factory_T.h
@@ -11,7 +11,7 @@
#ifndef TAO_COMMAND_FACTORY_T_H
#define TAO_COMMAND_FACTORY_T_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "notify_test_export.h"
@@ -61,5 +61,5 @@ public:
#pragma implementation ("Command_Factory_T.cpp")
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_COMMAND_FACTORY_T_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/ConsumerAdmin_Command.h b/TAO/orbsvcs/tests/Notify/lib/ConsumerAdmin_Command.h
index b75d62688dd..a94146e47bc 100644
--- a/TAO/orbsvcs/tests/Notify/lib/ConsumerAdmin_Command.h
+++ b/TAO/orbsvcs/tests/Notify/lib/ConsumerAdmin_Command.h
@@ -11,7 +11,7 @@
#ifndef TAO_Notify_Tests_CONSUMERADMIN_COMMAND_H
#define TAO_Notify_Tests_CONSUMERADMIN_COMMAND_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "notify_test_export.h"
@@ -86,5 +86,5 @@ protected:
void handle_set_qos (ACE_ENV_SINGLE_ARG_DECL);
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_Notify_Tests_CONSUMERADMIN_COMMAND_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/Consumer_T.h b/TAO/orbsvcs/tests/Notify/lib/Consumer_T.h
index ea9e25f8df8..70c74b1c729 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Consumer_T.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Consumer_T.h
@@ -11,7 +11,7 @@
#ifndef TAO_Notify_Tests_CONSUMER_T_H
#define TAO_Notify_Tests_CONSUMER_T_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "notify_test_export.h"
@@ -100,5 +100,5 @@ protected:
#pragma implementation ("Consumer_T.cpp")
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_Notify_Tests_CONSUMER_T_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/Direct_Consumer.h b/TAO/orbsvcs/tests/Notify/lib/Direct_Consumer.h
index ec9120835a9..d27c57924c0 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Direct_Consumer.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Direct_Consumer.h
@@ -11,7 +11,7 @@
#ifndef TAO_Notify_Tests_DIRECT_CONSUMER_H
#define TAO_Notify_Tests_DIRECT_CONSUMER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "notify_test_export.h"
@@ -40,5 +40,5 @@ public:
virtual void connect (ACE_ENV_SINGLE_ARG_DECL);
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_Notify_Tests_DIRECT_CONSUMER_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/Direct_Supplier.h b/TAO/orbsvcs/tests/Notify/lib/Direct_Supplier.h
index c7e58401c07..999bf7463ec 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Direct_Supplier.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Direct_Supplier.h
@@ -11,7 +11,7 @@
#ifndef TAO_Notify_Tests_DIRECT_SUPPLIER_H
#define TAO_Notify_Tests_DIRECT_SUPPLIER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "notify_test_export.h"
@@ -55,5 +55,5 @@ protected:
#include "Direct_Supplier.inl"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_Notify_Tests_DIRECT_SUPPLIER_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/Driver.h b/TAO/orbsvcs/tests/Notify/lib/Driver.h
index 2053258841f..6070b6fb2a9 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Driver.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Driver.h
@@ -11,7 +11,7 @@
#ifndef TAO_Notify_Tests_DRIVER_H
#define TAO_Notify_Tests_DRIVER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "notify_test_export.h"
@@ -145,5 +145,5 @@ protected:
int skip_priority_levels_check_;
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_Notify_Tests_DRIVER_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/Driver_Base.h b/TAO/orbsvcs/tests/Notify/lib/Driver_Base.h
index f2af9612309..fabec43f639 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Driver_Base.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Driver_Base.h
@@ -11,7 +11,7 @@
#ifndef TAO_Notify_Tests_APPLICATION_STARTER_H
#define TAO_Notify_Tests_APPLICATION_STARTER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "notify_test_export.h"
@@ -34,5 +34,5 @@ public:
virtual void shutdown (void) = 0;
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_Notify_Tests_APPLICATION_STARTER_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/EventChannel_Command.h b/TAO/orbsvcs/tests/Notify/lib/EventChannel_Command.h
index 773babce207..2c4aeb81e78 100644
--- a/TAO/orbsvcs/tests/Notify/lib/EventChannel_Command.h
+++ b/TAO/orbsvcs/tests/Notify/lib/EventChannel_Command.h
@@ -11,7 +11,7 @@
#ifndef TAO_Notify_Tests_EVENTCHANNEL_COMMAND_H
#define TAO_Notify_Tests_EVENTCHANNEL_COMMAND_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "notify_test_export.h"
@@ -89,5 +89,5 @@ protected:
void handle_status (ACE_ENV_SINGLE_ARG_DECL);
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_Notify_Tests_EVENTCHANNEL_COMMAND_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/Factories_Define.h b/TAO/orbsvcs/tests/Notify/lib/Factories_Define.h
index 8c86b61aea9..59a5aadd8ec 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Factories_Define.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Factories_Define.h
@@ -11,7 +11,7 @@
#ifndef TAO_FACTORIES_DEFINE_H
#define TAO_FACTORIES_DEFINE_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "Command_Factory_T.h"
@@ -34,5 +34,5 @@ ACE_FACTORY_DEFINE (export, command##_Factory) \
\
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_FACTORIES_DEFINE_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/Filter_Command.h b/TAO/orbsvcs/tests/Notify/lib/Filter_Command.h
index 625897dbdf8..2678b6c4437 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Filter_Command.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Filter_Command.h
@@ -11,7 +11,7 @@
#ifndef TAO_Notify_Tests_FILTER_COMMAND_H
#define TAO_Notify_Tests_FILTER_COMMAND_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "notify_test_export.h"
@@ -79,5 +79,5 @@ protected:
void handle_destroy_filter (ACE_ENV_SINGLE_ARG_DECL);
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_Notify_Tests_FILTER_COMMAND_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/LookupManager.h b/TAO/orbsvcs/tests/Notify/lib/LookupManager.h
index 11354442eeb..abb4f2767c4 100644
--- a/TAO/orbsvcs/tests/Notify/lib/LookupManager.h
+++ b/TAO/orbsvcs/tests/Notify/lib/LookupManager.h
@@ -11,7 +11,7 @@
#ifndef TAO_Notify_Tests_LOOKUPMANAGER_H
#define TAO_Notify_Tests_LOOKUPMANAGER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "notify_test_export.h"
@@ -116,5 +116,5 @@ TAO_NOTIFY_TEST_SINGLETON_DECLARE (ACE_Singleton, TAO_Notify_Tests_LookupManager
#define LOOKUP_MANAGER _TAO_Notify_Tests_LookupManager::instance()
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_Notify_Tests_LOOKUPMANAGER_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/Name.h b/TAO/orbsvcs/tests/Notify/lib/Name.h
index b98851a9c01..602f3d1e6de 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Name.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Name.h
@@ -11,7 +11,7 @@
#ifndef TAO_Notify_Tests_NAME_H
#define TAO_Notify_Tests_NAME_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "notify_test_export.h"
@@ -59,5 +59,5 @@ public:
static const char* const filter_command_factory;
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_Notify_Tests_NAME_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/Notify_PushConsumer.h b/TAO/orbsvcs/tests/Notify/lib/Notify_PushConsumer.h
index 947f5ebaa6b..0a66baa40e3 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Notify_PushConsumer.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Notify_PushConsumer.h
@@ -26,11 +26,11 @@
#ifndef TAO_NOTIFY_PUSHCONSUMER_H
#define TAO_NOTIFY_PUSHCONSUMER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "PushConsumer.h"
typedef TAO_Notify_Tests_PushConsumer TAO_Notify_PushConsumer;
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_NOTIFY_PUSHCONSUMER_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/Notify_PushSupplier.h b/TAO/orbsvcs/tests/Notify/lib/Notify_PushSupplier.h
index 30e6a8b867d..502431afa05 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Notify_PushSupplier.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Notify_PushSupplier.h
@@ -2,11 +2,11 @@
#ifndef TAO_NOTIFY_PUSHSUPPLIER_H
#define TAO_NOTIFY_PUSHSUPPLIER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "PushSupplier.h"
typedef TAO_Notify_Tests_PushSupplier TAO_Notify_PushSupplier;
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_NOTIFY_PUSHSUPPLIER_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/Notify_SequencePushConsumer.h b/TAO/orbsvcs/tests/Notify/lib/Notify_SequencePushConsumer.h
index f9e3e413d34..453abae9d5a 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Notify_SequencePushConsumer.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Notify_SequencePushConsumer.h
@@ -19,12 +19,12 @@
#ifndef NOTIFY_SEQUENCEPUSHCONSUMER_H
#define NOTIFY_SEQUENCEPUSHCONSUMER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "SequencePushConsumer.h"
typedef TAO_Notify_Tests_SequencePushConsumer TAO_Notify_SequencePushConsumer;
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* NOTIFY_SEQUENCEPUSHCONSUMER_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/Notify_SequencePushSupplier.h b/TAO/orbsvcs/tests/Notify/lib/Notify_SequencePushSupplier.h
index 995b75dbc70..74fd09d4498 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Notify_SequencePushSupplier.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Notify_SequencePushSupplier.h
@@ -19,11 +19,11 @@
#ifndef TAO_NOTIFY_SEQUENCEPUSHSUPPLIER_H
#define TAO_NOTIFY_SEQUENCEPUSHSUPPLIER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "SequencePushSupplier.h"
typedef TAO_Notify_Tests_SequencePushSupplier TAO_Notify_SequencePushSupplier;
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_NOTIFY_SequencePUSHSUPPLIER_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/Notify_StructuredPushConsumer.h b/TAO/orbsvcs/tests/Notify/lib/Notify_StructuredPushConsumer.h
index b204bcd089a..8364a0394b3 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Notify_StructuredPushConsumer.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Notify_StructuredPushConsumer.h
@@ -19,11 +19,11 @@
#ifndef NOTIFY_STRUCTUREDPUSHCONSUMER_H
#define NOTIFY_STRUCTUREDPUSHCONSUMER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "StructuredPushConsumer.h"
typedef TAO_Notify_Tests_StructuredPushConsumer TAO_Notify_StructuredPushConsumer;
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* NOTIFY_STRUCTUREDPUSHCONSUMER_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/Notify_StructuredPushSupplier.h b/TAO/orbsvcs/tests/Notify/lib/Notify_StructuredPushSupplier.h
index 68ab338b99e..ecc804ae3aa 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Notify_StructuredPushSupplier.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Notify_StructuredPushSupplier.h
@@ -19,11 +19,11 @@
#ifndef TAO_NOTIFY_STRUCTUREDPUSHSUPPLIER_H
#define TAO_NOTIFY_STRUCTUREDPUSHSUPPLIER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "StructuredPushSupplier.h"
typedef TAO_Notify_Tests_StructuredPushSupplier TAO_Notify_StructuredPushSupplier;
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_NOTIFY_STRUCTUREDPUSHSUPPLIER_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/Options_Parser.h b/TAO/orbsvcs/tests/Notify/lib/Options_Parser.h
index b59bb771f0f..7acd1919324 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Options_Parser.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Options_Parser.h
@@ -11,7 +11,7 @@
#ifndef TAO_Notify_Tests_OPTIONS_PARSER_H
#define TAO_Notify_Tests_OPTIONS_PARSER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "notify_test_export.h"
@@ -44,5 +44,5 @@ public:
void execute (CosNotification::EventTypeSeq& added, CosNotification::EventTypeSeq& removed, ACE_Arg_Shifter& arg_shifter);
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_Notify_Tests_OPTIONS_PARSER_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/Peer.h b/TAO/orbsvcs/tests/Notify/lib/Peer.h
index ab0e8a9a35b..470eba8e484 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Peer.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Peer.h
@@ -11,7 +11,7 @@
#ifndef TAO_Notify_Tests_PEER_H
#define TAO_Notify_Tests_PEER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "notify_test_export.h"
@@ -76,5 +76,5 @@ protected:
#include "Peer.inl"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_Notify_Tests_PEER_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/Peer_T.h b/TAO/orbsvcs/tests/Notify/lib/Peer_T.h
index 16bcf1351a3..472c19600bc 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Peer_T.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Peer_T.h
@@ -11,7 +11,7 @@
#ifndef TAO_Notify_Tests_PEER_T_H
#define TAO_Notify_Tests_PEER_T_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "notify_test_export.h"
@@ -123,5 +123,5 @@ protected:
#pragma implementation ("Peer_T.cpp")
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_Notify_Tests_PEER_T_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer.h b/TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer.h
index faf983684b7..62f8746dde0 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer.h
@@ -11,7 +11,7 @@
#ifndef TAO_Notify_Tests_PERIODIC_CONSUMER_H
#define TAO_Notify_Tests_PERIODIC_CONSUMER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "notify_test_export.h"
@@ -95,5 +95,5 @@ protected:
int stop_received_;
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_Notify_Tests_PERIODIC_CONSUMER_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer_Command.h b/TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer_Command.h
index 9ae475ba4a1..d258c7e2e8a 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer_Command.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer_Command.h
@@ -11,7 +11,7 @@
#ifndef TAO_Notify_Tests_PERIODICCONSUMER_COMMAND_H
#define TAO_Notify_Tests_PERIODICCONSUMER_COMMAND_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "notify_test_export.h"
@@ -91,5 +91,5 @@ protected:
void handle_set_qos (ACE_ENV_SINGLE_ARG_DECL);
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_Notify_Tests_PERIODICCONSUMER_COMMAND_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier.h b/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier.h
index 30bb67e54d7..dd8de4529e9 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier.h
@@ -11,7 +11,7 @@
#ifndef TAO_Notify_Tests_PERIODIC_SUPPLIER_H
#define TAO_Notify_Tests_PERIODIC_SUPPLIER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "notify_test_export.h"
@@ -111,5 +111,5 @@ protected:
TAO_Notify_Tests_Task_Callback* client_;
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_Notify_Tests_PERIODIC_SUPPLIER_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier_Command.h b/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier_Command.h
index f6da7cad4cc..726d7cd0ddd 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier_Command.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier_Command.h
@@ -11,7 +11,7 @@
#ifndef TAO_Notify_Tests_PERIODICSUPPLIER_COMMAND_H
#define TAO_Notify_Tests_PERIODICSUPPLIER_COMMAND_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "notify_test_export.h"
@@ -91,5 +91,5 @@ protected:
void handle_set_qos (ACE_ENV_SINGLE_ARG_DECL);
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_Notify_Tests_PERIODICSUPPLIER_COMMAND_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/Priority_Mapping.h b/TAO/orbsvcs/tests/Notify/lib/Priority_Mapping.h
index 32f30d2aa65..1e962222b19 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Priority_Mapping.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Priority_Mapping.h
@@ -11,7 +11,7 @@
#ifndef TAO_Notify_Tests_PRIORITY_MAPPING_H
#define TAO_Notify_Tests_PRIORITY_MAPPING_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "notify_test_export.h"
@@ -41,5 +41,5 @@ public:
CORBA::Short &corba_priority);
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_Notify_Tests_PRIORITY_MAPPING_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/PushConsumer.h b/TAO/orbsvcs/tests/Notify/lib/PushConsumer.h
index e9910cd9021..4c624eb407b 100644
--- a/TAO/orbsvcs/tests/Notify/lib/PushConsumer.h
+++ b/TAO/orbsvcs/tests/Notify/lib/PushConsumer.h
@@ -11,7 +11,7 @@
#ifndef TAO_Notify_Tests_PUSHCONSUMER_H
#define TAO_Notify_Tests_PUSHCONSUMER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "notify_test_export.h"
@@ -100,5 +100,5 @@ protected:
#include "PushConsumer.inl"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_Notify_Tests_PUSHCONSUMER_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/PushSupplier.h b/TAO/orbsvcs/tests/Notify/lib/PushSupplier.h
index 92f3393dd00..bce5a9a9c9e 100644
--- a/TAO/orbsvcs/tests/Notify/lib/PushSupplier.h
+++ b/TAO/orbsvcs/tests/Notify/lib/PushSupplier.h
@@ -11,7 +11,7 @@
#ifndef TAO_Notify_Tests_PUSHSUPPLIER_H
#define TAO_Notify_Tests_PUSHSUPPLIER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "notify_test_export.h"
@@ -93,5 +93,5 @@ protected:
#include "PushSupplier.inl"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_Notify_Tests_PUSHSUPPLIER_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/Relay_Consumer.h b/TAO/orbsvcs/tests/Notify/lib/Relay_Consumer.h
index 441ab844518..87fe1ecf44a 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Relay_Consumer.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Relay_Consumer.h
@@ -11,7 +11,7 @@
#ifndef TAO_Notify_Tests_RELAY_CONSUMER_H
#define TAO_Notify_Tests_RELAY_CONSUMER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "notify_test_export.h"
@@ -52,5 +52,5 @@ protected:
CosNotifyComm::StructuredPushConsumer_var destination_object_;
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_Notify_Tests_RELAY_CONSUMER_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/SequencePushConsumer.h b/TAO/orbsvcs/tests/Notify/lib/SequencePushConsumer.h
index f652a666991..a462f94db79 100644
--- a/TAO/orbsvcs/tests/Notify/lib/SequencePushConsumer.h
+++ b/TAO/orbsvcs/tests/Notify/lib/SequencePushConsumer.h
@@ -11,7 +11,7 @@
#ifndef TAO_Notify_Tests_SEQUENCEPUSHCONSUMER_H
#define TAO_Notify_Tests_SEQUENCEPUSHCONSUMER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "notify_test_export.h"
@@ -100,5 +100,5 @@ protected:
#include "SequencePushConsumer.inl"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_Notify_Tests_SEQUENCEPUSHCONSUMER_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/SequencePushSupplier.h b/TAO/orbsvcs/tests/Notify/lib/SequencePushSupplier.h
index 23c7b9cc507..441348257e3 100644
--- a/TAO/orbsvcs/tests/Notify/lib/SequencePushSupplier.h
+++ b/TAO/orbsvcs/tests/Notify/lib/SequencePushSupplier.h
@@ -11,7 +11,7 @@
#ifndef TAO_Notify_Tests_SEQUENCEPUSHSUPPLIER_H
#define TAO_Notify_Tests_SEQUENCEPUSHSUPPLIER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "notify_test_export.h"
@@ -94,5 +94,5 @@ protected:
#include "SequencePushSupplier.inl"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_Notify_Tests_SEQUENCEPUSHSUPPLIER_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/StructuredEvent.h b/TAO/orbsvcs/tests/Notify/lib/StructuredEvent.h
index e0967228f30..dddecec4dc1 100644
--- a/TAO/orbsvcs/tests/Notify/lib/StructuredEvent.h
+++ b/TAO/orbsvcs/tests/Notify/lib/StructuredEvent.h
@@ -12,7 +12,7 @@
#ifndef TAO_Notify_Tests_STRUCTUREDEVENT_H
#define TAO_Notify_Tests_STRUCTUREDEVENT_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "notify_test_export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -63,5 +63,5 @@ private:
CosNotification::StructuredEvent event_;
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_Notify_Tests_STRUCTUREDEVENT_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/StructuredPushConsumer.h b/TAO/orbsvcs/tests/Notify/lib/StructuredPushConsumer.h
index 444044d2729..a83edf24f79 100644
--- a/TAO/orbsvcs/tests/Notify/lib/StructuredPushConsumer.h
+++ b/TAO/orbsvcs/tests/Notify/lib/StructuredPushConsumer.h
@@ -11,7 +11,7 @@
#ifndef TAO_Notify_Tests_STRUCTUREDPUSHCONSUMER_H
#define TAO_Notify_Tests_STRUCTUREDPUSHCONSUMER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "notify_test_export.h"
@@ -100,5 +100,5 @@ protected:
#include "StructuredPushConsumer.inl"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_Notify_Tests_STRUCTUREDPUSHCONSUMER_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/StructuredPushSupplier.h b/TAO/orbsvcs/tests/Notify/lib/StructuredPushSupplier.h
index 5fae7071fc6..e7c04d2e82d 100644
--- a/TAO/orbsvcs/tests/Notify/lib/StructuredPushSupplier.h
+++ b/TAO/orbsvcs/tests/Notify/lib/StructuredPushSupplier.h
@@ -11,7 +11,7 @@
#ifndef TAO_Notify_Tests_STRUCTUREDPUSHSUPPLIER_H
#define TAO_Notify_Tests_STRUCTUREDPUSHSUPPLIER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "notify_test_export.h"
@@ -94,5 +94,5 @@ protected:
#include "StructuredPushSupplier.inl"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_Notify_Tests_STRUCTUREDPUSHSUPPLIER_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/SupplierAdmin_Command.h b/TAO/orbsvcs/tests/Notify/lib/SupplierAdmin_Command.h
index 28d8576593b..fbed3172551 100644
--- a/TAO/orbsvcs/tests/Notify/lib/SupplierAdmin_Command.h
+++ b/TAO/orbsvcs/tests/Notify/lib/SupplierAdmin_Command.h
@@ -11,7 +11,7 @@
#ifndef TAO_Notify_Tests_SUPPLIERADMIN_COMMAND_H
#define TAO_Notify_Tests_SUPPLIERADMIN_COMMAND_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "notify_test_export.h"
@@ -85,5 +85,5 @@ protected:
void handle_set_qos (ACE_ENV_SINGLE_ARG_DECL);
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_Notify_Tests_SUPPLIERADMIN_COMMAND_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/Supplier_T.h b/TAO/orbsvcs/tests/Notify/lib/Supplier_T.h
index abf72e061fe..96e02968830 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Supplier_T.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Supplier_T.h
@@ -11,7 +11,7 @@
#ifndef TAO_Notify_Tests_SUPPLIER_T_H
#define TAO_Notify_Tests_SUPPLIER_T_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "notify_test_export.h"
@@ -101,5 +101,5 @@ protected:
#pragma implementation ("Supplier_T.cpp")
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_Notify_Tests_SUPPLIER_T_H */
diff --git a/TAO/orbsvcs/tests/Notify/lib/Task_Callback.h b/TAO/orbsvcs/tests/Notify/lib/Task_Callback.h
index 2ff48b4f056..5cef5b953b6 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Task_Callback.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Task_Callback.h
@@ -11,7 +11,7 @@
#ifndef TAO_Notify_Tests_TASK_CALLBACK_H
#define TAO_Notify_Tests_TASK_CALLBACK_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "notify_test_export.h"
@@ -35,5 +35,5 @@ public:
virtual void done (TAO_Notify_Tests_Periodic_Consumer* consumer) = 0;
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_Notify_Tests_TASK_CALLBACK_H */