summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-23 15:19:25 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-23 15:19:25 +0000
commit2d9428f0e9adbfa932072ececc843d8db922bedd (patch)
tree95fcd55a230d7f3a4b9ad076bc8532122df130ee /TAO/orbsvcs
parent0e25e6dca3cde3751cc3960445d316b44cebbfc5 (diff)
downloadATCD-2d9428f0e9adbfa932072ececc843d8db922bedd.tar.gz
ChangeLogTag:Sat Sep 23 08:15:02 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy.cpp b/TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy.cpp
index b0b4e63d7e1..a56404aeab9 100644
--- a/TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy.cpp
+++ b/TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy.cpp
@@ -15,6 +15,7 @@
// ============================================================================
#include "Endpoint_Strategy.h"
+#include "ace/Process_Semaphore.h"
ACE_RCSID(AV, Endpoint_Strategy, "$Id$")
@@ -116,7 +117,7 @@ TAO_AV_Endpoint_Process_Strategy::activate (void)
"TAO_AV_Process_Semaphore",
this->host_,
ACE_static_cast (long int, this->pid_));
-
+
ACE_DEBUG ((LM_DEBUG,
"(%P|%t) semaphore is %s\n",
sem_str));
@@ -374,7 +375,7 @@ TAO_AV_Endpoint_Process_Strategy_B::create_B (AVStreams::StreamEndPoint_B_ptr &s
vdev = this->vdev_;
}
ACE_CATCHANY
- {
+ {
ACE_PRINT_EXCEPTION (ACE_ANY_EXCEPTION,"TAO_AV_Endpoint_Process_Strategy_B::create_B\n");
return -1;
}