diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-24 19:46:23 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-24 19:46:23 +0000 |
commit | 0fca04560d10192ee88e8e4464cc5dab4bd595bf (patch) | |
tree | 077d71fe1a28e8fb31279f58ae2a5fbfc244ccf4 /TAO/tao/Object.h | |
parent | 7763126b5d1feef12953d94f66c1374390985013 (diff) | |
download | ATCD-LocalObject.tar.gz |
ChangLogTag:Mon Apr 24 14:41:38 2000 Nanbor Wang <nanbor@cs.wustl.edu>LocalObject
Diffstat (limited to 'TAO/tao/Object.h')
-rw-r--r-- | TAO/tao/Object.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/tao/Object.h b/TAO/tao/Object.h index 7127afe473e..e93a8aff3ac 100644 --- a/TAO/tao/Object.h +++ b/TAO/tao/Object.h @@ -47,6 +47,7 @@ public: static CORBA_Object_ptr _nil (void); // return a NUL object + ACE_INLINE_FOR_GNUC static CORBA_Object_ptr _narrow (CORBA_Object_ptr obj, CORBA_Environment &ACE_TRY_ENV = TAO_default_environment ()); |