summaryrefslogtreecommitdiff
path: root/TAO/tao/PollableC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PollableC.cpp')
-rw-r--r--TAO/tao/PollableC.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/tao/PollableC.cpp b/TAO/tao/PollableC.cpp
index f1a644b7493..b888e884815 100644
--- a/TAO/tao/PollableC.cpp
+++ b/TAO/tao/PollableC.cpp
@@ -11,6 +11,7 @@
#if (TAO_HAS_AMI_POLLER == 1)
+#include "tao/POA_CORBA.h"
#include "tao/Stub.h"
#include "tao/Invocation.h"
#include "tao/Any.h"
@@ -201,7 +202,7 @@ CORBA_PollableSet::NoPossiblePollable::~NoPossiblePollable (void)
// copy constructor
CORBA_PollableSet::NoPossiblePollable::NoPossiblePollable (const ::CORBA_PollableSet::NoPossiblePollable &_tao_excp)
- : CORBA_UserException (_tao_excp._id ())
+ : CORBA_UserException (_tao_excp._type ())
{
}
@@ -266,7 +267,7 @@ CORBA_PollableSet::UnknownPollable::~UnknownPollable (void)
// copy constructor
CORBA_PollableSet::UnknownPollable::UnknownPollable (const ::CORBA_PollableSet::UnknownPollable &_tao_excp)
- : CORBA_UserException (_tao_excp._id ())
+ : CORBA_UserException (_tao_excp._type ())
{
}