summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo
diff options
context:
space:
mode:
authorstanleyk <stanleyk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2013-02-12 16:36:34 +0000
committerstanleyk <stanleyk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2013-02-12 16:36:34 +0000
commita51f581ba1945c200935efb09fd0c44816f59117 (patch)
treeed4ce3a842095db3932762d6a2ed794802a70f26 /TAO/orbsvcs/tests/ImplRepo
parentd4952282a6f5d316c65a07a69cfb198e96f330c3 (diff)
downloadATCD-a51f581ba1945c200935efb09fd0c44816f59117.tar.gz
Fixed missing includes, Use of ACE_Thread_Mutex & unused variable warnings.
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo')
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/scale_clients/Test_i.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/scale_clients/Test_i.cpp b/TAO/orbsvcs/tests/ImplRepo/scale_clients/Test_i.cpp
index bb204de5f8e..acb6f139da7 100644
--- a/TAO/orbsvcs/tests/ImplRepo/scale_clients/Test_i.cpp
+++ b/TAO/orbsvcs/tests/ImplRepo/scale_clients/Test_i.cpp
@@ -1,6 +1,7 @@
/* -*- C++ -*- $Id$ */
#include "Test_i.h"
+#include "ace/OS_NS_unistd.h"
/* static */ bool Test_i::expected_requests_made_ = false;