summaryrefslogtreecommitdiff
path: root/TAO/tao/PICurrent.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-09-24 18:15:26 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-09-24 18:15:26 +0000
commitc4603e24cf58645343288fa2c46e42f9f5b08ec0 (patch)
tree1b287c12dd9fffed8a8d0322e9f83f803dc17943 /TAO/tao/PICurrent.h
parentdbb935c7688b045101809a1b92bb24ecdb987bb0 (diff)
downloadATCD-c4603e24cf58645343288fa2c46e42f9f5b08ec0.tar.gz
ChangeLogTag:Mon Sep 24 11:03:17 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/PICurrent.h')
-rw-r--r--TAO/tao/PICurrent.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tao/PICurrent.h b/TAO/tao/PICurrent.h
index 40cf7afab63..0a2e2467551 100644
--- a/TAO/tao/PICurrent.h
+++ b/TAO/tao/PICurrent.h
@@ -70,7 +70,7 @@ public:
/// Retrieve information stored in the slot table at the given
/// SlotId.
virtual CORBA::Any * get_slot (PortableInterceptor::SlotId id,
- CORBA::Environment &ACE_TRY_ENV =
+ CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ())
ACE_THROW_SPEC ((CORBA::SystemException,
PortableInterceptor::InvalidSlot));
@@ -78,7 +78,7 @@ public:
/// Set information in the slot table at the given SlotId.
virtual void set_slot (PortableInterceptor::SlotId id,
const CORBA::Any & data,
- CORBA::Environment &ACE_TRY_ENV =
+ CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ())
ACE_THROW_SPEC ((CORBA::SystemException,
PortableInterceptor::InvalidSlot));
@@ -308,4 +308,3 @@ private:
#include "ace/post.h"
#endif /* TAO_PI_CURRENT_H */
-