diff options
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/lib/SupplierAdmin_Command.h')
-rw-r--r-- | TAO/orbsvcs/tests/Notify/lib/SupplierAdmin_Command.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |