summaryrefslogtreecommitdiff
path: root/TAO/tao/Environment.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-16 22:44:57 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-16 22:44:57 +0000
commitcf8c9f3826cc7cc841b12f505b670720f87549c1 (patch)
treef8003aa6f0fbcec38aa29fb25d65ff8b85469f02 /TAO/tao/Environment.h
parent104a27632de04fc6a5819318db0c00d9819cd651 (diff)
downloadATCD-cf8c9f3826cc7cc841b12f505b670720f87549c1.tar.gz
More exceptions stuff
Diffstat (limited to 'TAO/tao/Environment.h')
-rw-r--r--TAO/tao/Environment.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/tao/Environment.h b/TAO/tao/Environment.h
index 532f2b1f3c1..51b96263651 100644
--- a/TAO/tao/Environment.h
+++ b/TAO/tao/Environment.h
@@ -89,14 +89,15 @@ public:
// exception.
const char* exception_id (void) const;
- // return the repository ID for the exception
+ // return the repository ID for the exception.
void clear (void);
// Clear the exception.
void print_exception (const char *info,
FILE *f=stdout) const;
- // print the exception to output determined by f
+ // Print the exception to output determined by f.
+ // This function is not CORBA compliant.
// = Obtain a default environment to use with TAO.
static CORBA_Environment &default_environment (void);