summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/LoadBalancing/GenericFactory/DeadMemberDetection_App_Ctrl/Basic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/tests/LoadBalancing/GenericFactory/DeadMemberDetection_App_Ctrl/Basic.cpp')
-rwxr-xr-xorbsvcs/tests/LoadBalancing/GenericFactory/DeadMemberDetection_App_Ctrl/Basic.cpp11
1 files changed, 4 insertions, 7 deletions
diff --git a/orbsvcs/tests/LoadBalancing/GenericFactory/DeadMemberDetection_App_Ctrl/Basic.cpp b/orbsvcs/tests/LoadBalancing/GenericFactory/DeadMemberDetection_App_Ctrl/Basic.cpp
index e876ece085c..eeb61688925 100755
--- a/orbsvcs/tests/LoadBalancing/GenericFactory/DeadMemberDetection_App_Ctrl/Basic.cpp
+++ b/orbsvcs/tests/LoadBalancing/GenericFactory/DeadMemberDetection_App_Ctrl/Basic.cpp
@@ -1,11 +1,8 @@
+// $Id$
+
#include "Basic.h"
#include "LB_server.h"
-#include "ace/OS.h"
-
-
-ACE_RCSID (DeadMemberDetection_App_Ctrl,
- Basic,
- "$Id$")
+#include "ace/OS_NS_unistd.h"
extern int pong_delay;
@@ -29,7 +26,7 @@ Basic::Basic (CORBA::Object_ptr object_group,
/// Default _non_existent: always returns false.
-CORBA::Boolean
+CORBA::Boolean
Basic::_non_existent (void)
{
if (pong_delay > 0)