summaryrefslogtreecommitdiff
path: root/TAO/tests
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests')
-rw-r--r--TAO/tests/OBV/Supports/Supports_Test_impl.cpp8
-rw-r--r--TAO/tests/Xt_Stopwatch/Stopwatch_display.h4
2 files changed, 8 insertions, 4 deletions
diff --git a/TAO/tests/OBV/Supports/Supports_Test_impl.cpp b/TAO/tests/OBV/Supports/Supports_Test_impl.cpp
index 10e02d22528..9193b1007db 100644
--- a/TAO/tests/OBV/Supports/Supports_Test_impl.cpp
+++ b/TAO/tests/OBV/Supports/Supports_Test_impl.cpp
@@ -2,7 +2,7 @@
#include "Supports_Test_impl.h"
-#include "ace/Streams.h"
+#include "ace/Stream.h"
/* vt_graph_impl */
@@ -187,9 +187,11 @@ test_impl::start (ACE_ENV_SINGLE_ARG_DECL_NOT_USED) ACE_THROW_SPEC ((CORBA::Syst
}
void
-test_impl::finish (ACE_ENV_SINGLE_ARG_DECL_NOT_USED) ACE_THROW_SPEC ((CORBA::SystemException))
+test_impl::finish (ACE_ENV_SINGLE_ARG_DECL)
+ ACE_THROW_SPEC ((CORBA::SystemException))
{
- this->_remove_ref ();
+ this->_remove_ref (ACE_ENV_SINGLE_ARG_PARAMETER);
+ ACE_CHECK;
}
diff --git a/TAO/tests/Xt_Stopwatch/Stopwatch_display.h b/TAO/tests/Xt_Stopwatch/Stopwatch_display.h
index 5466931e9eb..dd62dd9d5eb 100644
--- a/TAO/tests/Xt_Stopwatch/Stopwatch_display.h
+++ b/TAO/tests/Xt_Stopwatch/Stopwatch_display.h
@@ -15,7 +15,8 @@
#ifndef STOPWATCH_H
#define STOPWATCH_H
-#include "tao/corba.h"
+#include /**/ "ace/pre.h"
+#include "tao/ORB_Constants.h"
#if defined (ACE_HAS_XT)
@@ -49,4 +50,5 @@ private:
#endif /*ACE_HAS_XT*/
+#include /**/ "ace/post.h"
#endif /* STOPWATCH_H */