summaryrefslogtreecommitdiff
path: root/TAO/tao/Object.h
diff options
context:
space:
mode:
authorsmcqueen <smcqueen@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-10-20 12:28:33 +0000
committersmcqueen <smcqueen@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-10-20 12:28:33 +0000
commit6205414007f8a3361b1f3adc4b1d8753c987b879 (patch)
tree38df4ad9cff82a53498c8191c2ac0b8372b47232 /TAO/tao/Object.h
parent66aa14398219932bfe0919d11afd1b436e4f8537 (diff)
downloadATCD-6205414007f8a3361b1f3adc4b1d8753c987b879.tar.gz
ChangeLogTag: Mon Oct 20 12:25:45 UTC 2008 Simon McQueen <sm@prismtech.com>
Diffstat (limited to 'TAO/tao/Object.h')
-rw-r--r--TAO/tao/Object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Object.h b/TAO/tao/Object.h
index f4a6320dd94..65f9eb1719f 100644
--- a/TAO/tao/Object.h
+++ b/TAO/tao/Object.h
@@ -278,7 +278,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);
/// Get the underlying stub object.
virtual TAO_Stub *_stubobj (void) const;