summaryrefslogtreecommitdiff
path: root/TAO/tao/Profile_Transport_Resolver.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-09-03 06:00:45 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-09-03 06:00:45 +0000
commit45dcb626779b5da135d789505459977839970553 (patch)
treea2a5cd600c2ee1eeb991f4a4854115ebfb70916c /TAO/tao/Profile_Transport_Resolver.cpp
parent325541b9edf657d9403132856bf94265ab554e51 (diff)
downloadATCD-45dcb626779b5da135d789505459977839970553.tar.gz
ChangeLogTag:Thu Sep 2 22:21:35 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Profile_Transport_Resolver.cpp')
-rw-r--r--TAO/tao/Profile_Transport_Resolver.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/TAO/tao/Profile_Transport_Resolver.cpp b/TAO/tao/Profile_Transport_Resolver.cpp
index 0b43f2b87a3..42a79a32eb5 100644
--- a/TAO/tao/Profile_Transport_Resolver.cpp
+++ b/TAO/tao/Profile_Transport_Resolver.cpp
@@ -11,6 +11,7 @@
#include "Connector_Registry.h"
#include "Transport_Connector.h"
#include "Endpoint.h"
+#include "SystemException.h"
#if !defined (__ACE_INLINE__)
# include "Profile_Transport_Resolver.inl"
@@ -97,7 +98,7 @@ namespace TAO
{
ACE_THROW (CORBA::INTERNAL (
CORBA::SystemException::_tao_minor_code (
- TAO_DEFAULT_MINOR_CODE,
+ 0,
EINVAL),
CORBA::COMPLETED_NO));
}
@@ -127,7 +128,7 @@ namespace TAO
{
ACE_THROW_RETURN (CORBA::INTERNAL (
CORBA::SystemException::_tao_minor_code (
- TAO_DEFAULT_MINOR_CODE,
+ 0,
EINVAL),
CORBA::COMPLETED_NO),
false);
@@ -207,7 +208,7 @@ namespace TAO
CORBA::PolicyList (0),
CORBA::NO_MEMORY (
CORBA::SystemException::_tao_minor_code (
- TAO_DEFAULT_MINOR_CODE,
+ 0,
ENOMEM),
CORBA::COMPLETED_NO));
}