summaryrefslogtreecommitdiff
path: root/TAO/tao/IOR_Parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IOR_Parser.h')
-rw-r--r--TAO/tao/IOR_Parser.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/IOR_Parser.h b/TAO/tao/IOR_Parser.h
index 9fa4bbb727a..7ddcb6b28a3 100644
--- a/TAO/tao/IOR_Parser.h
+++ b/TAO/tao/IOR_Parser.h
@@ -20,7 +20,7 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "tao/SystemException.h"
+#include "tao/Exception.h"
namespace CORBA
{
@@ -47,12 +47,12 @@ public:
/// The destructor
virtual ~TAO_IOR_Parser (void);
- /// Return 1 if @a ior_string starts with a prefix known to this IOR
+ /// Return 1 if <ior_string> starts with a prefix known to this IOR
/// parser
virtual int match_prefix (const char *ior_string) const = 0;
/**
- * Parse the @a ior argument and return an object reference.
+ * Parse the <ior> argument and return an object reference.
* The call may raise the standard system exceptions (NO_MEMORY,
* INV_OBJREF, etc.)
*/