summaryrefslogtreecommitdiff
path: root/tao/MProfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'tao/MProfile.h')
-rw-r--r--tao/MProfile.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/tao/MProfile.h b/tao/MProfile.h
index bd0b6f49c93..8972b4193b3 100644
--- a/tao/MProfile.h
+++ b/tao/MProfile.h
@@ -16,6 +16,8 @@
#ifndef TAO_MPROFILE_H
#define TAO_MPROFILE_H
+#include <vector>
+
#include /**/ "ace/pre.h"
#include "ace/Recursive_Thread_Mutex.h"
@@ -34,7 +36,9 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
class TAO_Profile;
namespace CORBA
{
- class PolicyList;
+ class Policy;
+ typedef Policy *Policy_ptr;
+ typedef std::vector<Policy_ptr> PolicyList;
}
typedef CORBA::ULong TAO_PHandle;