summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/PSS/PSDL_Interface_Visitor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/PSS/PSDL_Interface_Visitor.cpp')
-rw-r--r--TAO/orbsvcs/PSS/PSDL_Interface_Visitor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/PSS/PSDL_Interface_Visitor.cpp b/TAO/orbsvcs/PSS/PSDL_Interface_Visitor.cpp
index 5b6b6968b1d..689a44642ae 100644
--- a/TAO/orbsvcs/PSS/PSDL_Interface_Visitor.cpp
+++ b/TAO/orbsvcs/PSS/PSDL_Interface_Visitor.cpp
@@ -1900,7 +1900,7 @@ TAO_PSDL_Interface_Visitor::gen_code_for_si (void)
ps_si->nl ();
*ps_si << "(ptrdiff_t,"; ps_si->nl ();
*ps_si << "&" << this->interface_name_ << "::_tao_class_id))"; ps_si->nl ();
- *ps_si << "retv = reinterpret_cast<void*>(this);";
+ *ps_si << "retv = reinterpret_cast<void*> (this);";
ps_si->decr_indent (0);
ps_si->nl ();
@@ -1913,7 +1913,7 @@ TAO_PSDL_Interface_Visitor::gen_code_for_si (void)
*ps_si << "retv = ACE_reinterpret_cast (void *,";
ps_si->incr_indent (0);
ps_si->nl ();
- *ps_si << "static_cast<CORBA::Object_ptr>(this));";
+ *ps_si << "static_cast<CORBA::Object_ptr> (this));";
ps_si->decr_indent (0);
ps_si->decr_indent (0);