summaryrefslogtreecommitdiff
path: root/TAO/tao/Exception.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-06-04 07:17:12 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-06-04 07:17:12 +0000
commitf6ac0a830649da61e1236140be2ceecf491f6aaa (patch)
treed6153e63f8834b0865ad71993b4e0babd5775d29 /TAO/tao/Exception.h
parent8e9ec6386dc710cf81e93e011979a3d5ca0646bb (diff)
downloadATCD-f6ac0a830649da61e1236140be2ceecf491f6aaa.tar.gz
ChangeLogTag:Fri Jun 4 00:16:19 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Exception.h')
-rw-r--r--TAO/tao/Exception.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Exception.h b/TAO/tao/Exception.h
index 36f87f74124..76759a0e755 100644
--- a/TAO/tao/Exception.h
+++ b/TAO/tao/Exception.h
@@ -421,7 +421,7 @@ namespace CORBA
TAO_SYSTEM_EXCEPTION(ACTIVITY_REQUIRED);
TAO_SYSTEM_EXCEPTION(THREAD_CANCELLED);
- #undef TAO_SYSTEM_EXCEPTION
+#undef TAO_SYSTEM_EXCEPTION
#if !defined (ACE_LACKS_IOSTREAM_TOTALLY)
@@ -484,7 +484,7 @@ public:
private:
/// Flag that denotes that the TAO's CORBA exceptions have been
/// initialized.
- static int initialized_;
+ static bool initialized_;
};
#if defined (TAO_DONT_CATCH_DOT_DOT_DOT)