summaryrefslogtreecommitdiff
path: root/tao/ServerRequestInterceptor_Adapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'tao/ServerRequestInterceptor_Adapter.h')
-rw-r--r--tao/ServerRequestInterceptor_Adapter.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/tao/ServerRequestInterceptor_Adapter.h b/tao/ServerRequestInterceptor_Adapter.h
index 5a3f55db4bb..46398c417ac 100644
--- a/tao/ServerRequestInterceptor_Adapter.h
+++ b/tao/ServerRequestInterceptor_Adapter.h
@@ -16,6 +16,8 @@
#ifndef TAO_SERVER_REQUEST_INTERCEPTOR_ADAPTER_H
#define TAO_SERVER_REQUEST_INTERCEPTOR_ADAPTER_H
+#include <vector>
+
#include /**/ "ace/pre.h"
#include /**/ "tao/TAO_Export.h"
@@ -44,7 +46,9 @@ namespace PortableInterceptor
namespace CORBA
{
- class PolicyList;
+ class Policy;
+ typedef Policy *Policy_ptr;
+ typedef std::vector<Policy_ptr> PolicyList;
}
class TAO_ServerRequest;