diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-10-21 18:23:56 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-10-21 18:23:56 +0000 |
commit | 6d1cf2bd21b73f15c73818bfb07081d2ded44829 (patch) | |
tree | de52b8be91cbb7b5dba5d617eae6f09c0fba9100 /TAO/tao/PollableS.cpp | |
parent | 5553c181df1de63dc5cfbde0ced4ffdf0f2efe97 (diff) | |
download | ATCD-6d1cf2bd21b73f15c73818bfb07081d2ded44829.tar.gz |
ChangeLogTag: Thu Oct 21 13:14:59 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/PollableS.cpp')
-rw-r--r-- | TAO/tao/PollableS.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/PollableS.cpp b/TAO/tao/PollableS.cpp index 11d7320351c..34c54e93b9d 100644 --- a/TAO/tao/PollableS.cpp +++ b/TAO/tao/PollableS.cpp @@ -25,7 +25,7 @@ #include "tao/Server_Request.h" #if !defined (__ACE_INLINE__) -#include "PollableS.i" +#include "tao/PollableS.i" #endif /* !defined INLINE */ ACE_RCSID(tao, PollableS, "$Id$") @@ -326,7 +326,7 @@ POA_CORBA::Pollable::_this (CORBA_Environment &ACE_TRY_ENV) CORBA::Pollable *retval = CORBA::Pollable::_nil (); ACE_NEW_RETURN (retval, - POA_CORBA::_tao_collocated_Pollable (this, + POA_CORBA::_tao_collocated_Pollable (this, stub), CORBA::Pollable::_nil ()); @@ -560,7 +560,7 @@ POA_CORBA::DIIPollable::_this (CORBA_Environment &ACE_TRY_ENV) CORBA::DIIPollable *retval = CORBA::DIIPollable::_nil (); ACE_NEW_RETURN (retval, - POA_CORBA::_tao_collocated_DIIPollable (this, + POA_CORBA::_tao_collocated_DIIPollable (this, stub), CORBA::DIIPollable::_nil ()); @@ -965,7 +965,7 @@ POA_CORBA::PollableSet::_this (CORBA_Environment &ACE_TRY_ENV) CORBA::PollableSet *retval = CORBA::PollableSet::_nil (); ACE_NEW_RETURN (retval, - POA_CORBA::_tao_collocated_PollableSet (this, + POA_CORBA::_tao_collocated_PollableSet (this, stub), CORBA::PollableSet::_nil ()); |