From ae8cae86eb3456932973ccc0f1b48ccbe22d0e72 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 13 Feb 2007 14:09:50 +0000 Subject: Tue Feb 13 14:08:14 UTC 2007 Johnny Willemsen --- TAO/orbsvcs/ImplRepo_Service/Locator_XMLHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1