diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-16 22:44:57 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-16 22:44:57 +0000 |
commit | cf8c9f3826cc7cc841b12f505b670720f87549c1 (patch) | |
tree | f8003aa6f0fbcec38aa29fb25d65ff8b85469f02 /TAO/tao/Environment.h | |
parent | 104a27632de04fc6a5819318db0c00d9819cd651 (diff) | |
download | ATCD-cf8c9f3826cc7cc841b12f505b670720f87549c1.tar.gz |
More exceptions stuff
Diffstat (limited to 'TAO/tao/Environment.h')
-rw-r--r-- | TAO/tao/Environment.h | 5 |
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); |