From cf8c9f3826cc7cc841b12f505b670720f87549c1 Mon Sep 17 00:00:00 2001 From: nanbor Date: Tue, 16 Feb 1999 22:44:57 +0000 Subject: More exceptions stuff --- TAO/tao/Environment.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'TAO/tao/Environment.h') 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); -- cgit v1.2.1