summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-13 14:09:50 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-13 14:09:50 +0000
commitae8cae86eb3456932973ccc0f1b48ccbe22d0e72 (patch)
tree49bedfd278bcc2b3c8c5dff7c013377572f49f28
parent5527984eda6a7b67f353879ec59cde1cc70fbe0f (diff)
downloadATCD-ae8cae86eb3456932973ccc0f1b48ccbe22d0e72.tar.gz
Tue Feb 13 14:08:14 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/Locator_XMLHandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/Locator_XMLHandler.cpp b/TAO/orbsvcs/ImplRepo_Service/Locator_XMLHandler.cpp
index 233e1cc0fe2..b2adf7543d0 100644
--- a/TAO/orbsvcs/ImplRepo_Service/Locator_XMLHandler.cpp
+++ b/TAO/orbsvcs/ImplRepo_Service/Locator_XMLHandler.cpp
@@ -20,7 +20,7 @@ Locator_XMLHandler::startElement (const ACEXML_Char*,
const ACEXML_Char*,
const ACEXML_Char* qName,
ACEXML_Attributes* attrs)
- throw (ACEXML_SAXException);
+ throw (ACEXML_SAXException)
{
ACE_ASSERT (qName != 0);
if (ACE_OS::strcasecmp (qName, SERVER_INFO_TAG) == 0)