summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/Request.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-07-15 13:08:08 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-07-15 13:08:08 +0000
commitbd6f1eae8d2dc4f3da1042708ea963307e2ca59e (patch)
tree8ea3ed7641dac7621da3d0816e7cc25ba2d5d36a /TAO/tao/DynamicInterface/Request.h
parentec2dc64c30d996706bc755a194f426d205b4d3c8 (diff)
downloadATCD-bd6f1eae8d2dc4f3da1042708ea963307e2ca59e.tar.gz
ChangeLogTag: Fri Jul 15 13:08:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/DynamicInterface/Request.h')
-rw-r--r--TAO/tao/DynamicInterface/Request.h15
1 files changed, 11 insertions, 4 deletions
diff --git a/TAO/tao/DynamicInterface/Request.h b/TAO/tao/DynamicInterface/Request.h
index 8c9c49840d9..536196e69df 100644
--- a/TAO/tao/DynamicInterface/Request.h
+++ b/TAO/tao/DynamicInterface/Request.h
@@ -30,10 +30,8 @@
#include "Dynamic_Adapter_Impl.h"
#include "ExceptionList.h"
-#include "Context.h"
#include "tao/ORB.h"
-#include "tao/NVList.h"
#include "tao/Environment.h"
#include "tao/Sequence.h"
#include "tao/CDR.h"
@@ -48,6 +46,15 @@
namespace CORBA
{
+ class NVList;
+ typedef NVList *NVList_ptr;
+
+ class Context;
+ typedef Context *Context_ptr;
+
+ class ContextList;
+ typedef ContextList *ContextList_ptr;
+
/**
* @class Request
*
@@ -174,8 +181,8 @@ namespace CORBA
ACE_CString &raw_user_exception (void);
- /// Proprietary method to check whether a response has been
- /// received.
+ /// Proprietary method to check whether a response has been
+ /// received.
CORBA::Boolean response_received (void);
// Useful for template programming.