summaryrefslogtreecommitdiff
path: root/TAO/tao/Environment.h
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>1999-06-25 19:51:05 +0000
committerbala <balanatarajan@users.noreply.github.com>1999-06-25 19:51:05 +0000
commit9f8f655d87582c2865de4272dd4c006fd052b5b5 (patch)
tree833f82ab6eba7c6127b5e518680794fdfbd1d307 /TAO/tao/Environment.h
parent0017cb5c0c81c502d7b379d90daca6089ab1d628 (diff)
downloadATCD-9f8f655d87582c2865de4272dd4c006fd052b5b5.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/Environment.h')
-rw-r--r--TAO/tao/Environment.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/Environment.h b/TAO/tao/Environment.h
index 3748628996b..d3641c158f6 100644
--- a/TAO/tao/Environment.h
+++ b/TAO/tao/Environment.h
@@ -72,6 +72,10 @@ public:
~CORBA_Environment (void);
// Destructor, release the exception.
+ static CORBA_Environment * _duplicate (CORBA_Environment *);
+ static CORBA_Environment * _nil (void);
+ // Some static methods that need to be defined in every pseudo object
+
CORBA_Exception* exception (void) const;
// Return the exception. Caller must call <_incr_refcnf> in order
// to keep the ptr.