summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosEvent
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-01-27 19:44:49 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-01-27 19:44:49 +0000
commiteb17bf7f11e5f9df768e4951baf92da2566ddfd9 (patch)
tree7c5edd25e1ba9abeb35eefeab15cbecbcdcca9a0 /TAO/orbsvcs/orbsvcs/CosEvent
parent0cc711b8c1613db64b11bba749b8840ded5431f8 (diff)
downloadATCD-eb17bf7f11e5f9df768e4951baf92da2566ddfd9.tar.gz
ChangeLogTag: Thu Jan 27 11:39:00 2005 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/CosEvent')
-rw-r--r--TAO/orbsvcs/orbsvcs/CosEvent/CEC_Dispatching_Task.cpp2
-rw-r--r--TAO/orbsvcs/orbsvcs/CosEvent/CEC_EventChannel.h2
-rw-r--r--TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.i2
3 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_Dispatching_Task.cpp b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_Dispatching_Task.cpp
index 3f0e426e45f..8ca9427e19e 100644
--- a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_Dispatching_Task.cpp
+++ b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_Dispatching_Task.cpp
@@ -33,7 +33,7 @@ TAO_CEC_Dispatching_Task::svc (void)
"EC (%P|%t) getq error in Dispatching Queue\n"));
TAO_CEC_Dispatch_Command *command =
- dynamic_cast<TAO_CEC_Dispatch_Command*>(mb);
+ dynamic_cast<TAO_CEC_Dispatch_Command*> (mb);
if (command == 0)
{
diff --git a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_EventChannel.h b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_EventChannel.h
index 8f6340c3c64..62f4884fe88 100644
--- a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_EventChannel.h
+++ b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_EventChannel.h
@@ -105,7 +105,7 @@ public:
{
public:
u_long operator() (PortableServer::ServantBase* const & ptr) const {
- return reinterpret_cast<u_long>(ptr);
+ return reinterpret_cast<u_long> (ptr);
}
};
diff --git a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.i b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.i
index 2a3b7fcb629..93aec091757 100644
--- a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.i
+++ b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.i
@@ -160,7 +160,7 @@ TAO_CEC_TypedEventChannel::supported_interface (void) const
ACE_INLINE CORBA::RepositoryId
TAO_CEC_TypedEventChannel::base_interfaces (CORBA::ULong index) const
{
- return const_cast<char *>(this->base_interfaces_[index].in ());
+ return const_cast<char *> (this->base_interfaces_[index].in ());
}
ACE_INLINE CORBA::ULong