diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-10-28 18:31:01 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-10-28 18:31:01 +0000 |
commit | cdb6fd66611283a0314ab23e08472d11dae4f0e4 (patch) | |
tree | fd6ae8c3db752254802dfaafd1543974a4741e47 /TAO/tao/RequestInfo_Util.h | |
parent | f984aa2bff444f381570d2f97ac9ba958926fb6b (diff) | |
download | ATCD-cdb6fd66611283a0314ab23e08472d11dae4f0e4.tar.gz |
ChangeLogTag:Tue Oct 28 12:02:47 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/RequestInfo_Util.h')
-rw-r--r-- | TAO/tao/RequestInfo_Util.h | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/TAO/tao/RequestInfo_Util.h b/TAO/tao/RequestInfo_Util.h index 75d0a4f026d..bdf4278ed34 100644 --- a/TAO/tao/RequestInfo_Util.h +++ b/TAO/tao/RequestInfo_Util.h @@ -14,14 +14,29 @@ #define TAO_REQUEST_INFO_UTIL_H #include /**/ "ace/pre.h" - -#include "corbafwd.h" +#include "ace/CORBA_macros.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ -#include "DynamicC.h" +#include "tao/Basic_Types.h" +#include "tao/TAO_Export.h" + +namespace CORBA +{ + class StringSeq; + class Any; + class Environment; +} + +namespace Dynamic +{ + class ParameterList; + class ExceptionList; + typedef CORBA::StringSeq ContextList; + typedef CORBA::StringSeq RequestContext; +} /** * @class TAO_RequestInfo_Util @@ -58,7 +73,6 @@ public: static CORBA::Any * make_any (CORBA::Boolean tk_void_any ACE_ENV_ARG_DECL); //@} - }; #include /**/ "ace/post.h" |