diff options
Diffstat (limited to 'TAO/tao/Request.h')
-rw-r--r-- | TAO/tao/Request.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/TAO/tao/Request.h b/TAO/tao/Request.h index b0e6734e005..e525d92ed09 100644 --- a/TAO/tao/Request.h +++ b/TAO/tao/Request.h @@ -19,15 +19,21 @@ // ============================================================================ #ifndef TAO_REQUEST_H -# define TAO_REQUEST_ H +#define TAO_REQUEST_ H + +#include "tao/corbafwd.h" +#include "tao/NVList.h" +#include "tao/Environment.h" class TAO_Export CORBA_Request { // = TITLE // CORBA_Request + // // = DESCRIPTION // Provides a way to create requests and populate it with parameters for // use in the Dynamic Invocation Interface + // public: CORBA::Object_ptr target (void) const; // Return the target of this request. |