diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-02-22 17:37:48 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-02-22 17:37:48 +0000 |
commit | e2c866440d5703478e8ef0e9da47c4d590454865 (patch) | |
tree | 8ec6c39e6c541a93ecbf869415ed09d84c68cd25 /TAO/tao/ORB.h | |
parent | c9241a4d136cb08e049410d562e3e22d108a0b6b (diff) | |
download | ATCD-e2c866440d5703478e8ef0e9da47c4d590454865.tar.gz |
ChangeLogTag:Sat Feb 22 09:37:29 2003 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/ORB.h')
-rw-r--r-- | TAO/tao/ORB.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h index c324c45e4f8..8002d700aec 100644 --- a/TAO/tao/ORB.h +++ b/TAO/tao/ORB.h @@ -87,8 +87,7 @@ namespace CORBA public: // ORB_Core has special privileges - friend class TAO_ORB_Core; - //friend TAO_Export TAO_ORB_Core *TAO_ORB_Core_instance (void); + friend class ::TAO_ORB_Core; class TAO_Export InvalidName : public CORBA::UserException { @@ -379,7 +378,7 @@ namespace CORBA * This operation performs an implementation-defined unit of work. * Note that the default behavior is to block if the unit of work * is not present; this behavior can be modified by passing an - * appropriate @c ACE_Time_Value as described in run(). + * appropriate @c ACE_Time_Value as described in run(). **/ void perform_work (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS); void perform_work (ACE_Time_Value & |