summaryrefslogtreecommitdiff
path: root/TAO/tao/Exception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Exception.cpp')
-rw-r--r--TAO/tao/Exception.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tao/Exception.cpp b/TAO/tao/Exception.cpp
index b6dc365d14e..51c1426a699 100644
--- a/TAO/tao/Exception.cpp
+++ b/TAO/tao/Exception.cpp
@@ -1,6 +1,5 @@
// $Id$
-
// THREADING NOTE: calling thread handles mutual exclusion policy
// on all of these data structures.
@@ -27,7 +26,6 @@ ACE_RCSID (TAO,
Exception,
"$Id$")
-
// Static initializers.
ACE_Allocator *TAO_Exceptions::global_allocator_;
@@ -170,7 +168,7 @@ CORBA_UserException::CORBA_UserException (void)
CORBA_UserException::CORBA_UserException (const char *repository_id,
const char *local_name)
- : CORBA_Exception (repository_id,
+ : CORBA_Exception (repository_id,
local_name)
{
}