diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-08-06 20:51:14 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-08-06 20:51:14 +0000 |
commit | c7c6b71bed36e418d5044793fb8ebd77a0f940a2 (patch) | |
tree | 217066bb25f7612f656d4c2fa87b97787945100c /TAO/tao/DLL_ORB.inl | |
parent | 00cebeb2c6093534033307578afc1e38353f88c9 (diff) | |
download | ATCD-c7c6b71bed36e418d5044793fb8ebd77a0f940a2.tar.gz |
ChangeLogTag:Sun Aug 06 16:46:31 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/DLL_ORB.inl')
-rw-r--r-- | TAO/tao/DLL_ORB.inl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/tao/DLL_ORB.inl b/TAO/tao/DLL_ORB.inl new file mode 100644 index 00000000000..464ec7ffd8e --- /dev/null +++ b/TAO/tao/DLL_ORB.inl @@ -0,0 +1,7 @@ +// -*- C++ -*- + +ACE_INLINE CORBA::ORB_ptr +TAO_DLL_ORB::orb (void) +{ + return CORBA::ORB::_duplicate (this->orb_.in()); +} |