summaryrefslogtreecommitdiff
path: root/TAO/tao/Object.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-29 19:18:13 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-29 19:18:13 +0000
commit475ed1f274432cbe0bb302a95701e7151d7497f5 (patch)
tree5ebd0390906c1422767d746e55d40a7742c18a88 /TAO/tao/Object.h
parent9ffff6fd6ed34044cc2c02224f4fff03f8e35dab (diff)
downloadATCD-475ed1f274432cbe0bb302a95701e7151d7497f5.tar.gz
Mon Jan 29 19:11:14 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Object.h')
-rw-r--r--TAO/tao/Object.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/Object.h b/TAO/tao/Object.h
index 55bb36094ee..f57c9399a69 100644
--- a/TAO/tao/Object.h
+++ b/TAO/tao/Object.h
@@ -290,8 +290,7 @@ namespace CORBA
TAO_Abstract_ServantBase *servant = 0,
TAO_ORB_Core *orb_core = 0);
- Object (IOP::IOR *ior,
- TAO_ORB_Core *orb_core = 0);
+ Object (IOP::IOR *ior, TAO_ORB_Core *orb_core = 0);
/// Get the underlying stub object.
virtual TAO_Stub *_stubobj (void) const;