summaryrefslogtreecommitdiff
path: root/TAO/tao/Argument.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-03-09 12:56:41 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-03-09 12:56:41 +0000
commita534097205eb4ab17fcd3082a69a6f47a9d6b121 (patch)
tree22e24b53890ba9f64e7417356af10b79cba56727 /TAO/tao/Argument.cpp
parent4e0e9cb7bc2c48159022b20dd5c7b0373edf1d0e (diff)
downloadATCD-a534097205eb4ab17fcd3082a69a6f47a9d6b121.tar.gz
Fri Mar 9 12:55:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Argument.cpp')
-rw-r--r--TAO/tao/Argument.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Argument.cpp b/TAO/tao/Argument.cpp
index 55aa49e5bf1..3db42215ea0 100644
--- a/TAO/tao/Argument.cpp
+++ b/TAO/tao/Argument.cpp
@@ -22,7 +22,7 @@ TAO::Argument::demarshal (TAO_InputCDR &)
return true;
}
-TAO::Argument*
+TAO::Argument *
TAO::Argument::clone ()
{
return 0;
@@ -61,10 +61,10 @@ TAO::RetArgument::mode (void) const
#endif /* TAO_HAS_INTERCEPTORS */
-TAO::Argument*
+TAO::Argument *
TAO::Void_Return_Argument::clone (void)
{
- TAO::Argument* clone_arg = 0;
+ TAO::Argument *clone_arg = 0;
ACE_NEW_RETURN (clone_arg,
Void_Return_Argument (),
0);