summaryrefslogtreecommitdiff
path: root/TAO/tao/DLL_Parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/DLL_Parser.cpp')
-rw-r--r--TAO/tao/DLL_Parser.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/DLL_Parser.cpp b/TAO/tao/DLL_Parser.cpp
index 1c9bbd07eca..fbb3ea8c5f4 100644
--- a/TAO/tao/DLL_Parser.cpp
+++ b/TAO/tao/DLL_Parser.cpp
@@ -5,7 +5,6 @@
#include "Object.h"
#include "Environment.h"
#include "ORB_Constants.h"
-#include "SystemException.h"
#include "ace/Dynamic_Service.h"
#include "ace/Log_Msg.h"
@@ -54,7 +53,7 @@ TAO_DLL_Parser::parse_string (const char *ior,
ACE_THROW_RETURN
(CORBA::INV_OBJREF
(CORBA::SystemException::_tao_minor_code (
- 0,
+ TAO_DEFAULT_MINOR_CODE,
EINVAL),
CORBA::COMPLETED_NO),
CORBA::Object::_nil ());