summaryrefslogtreecommitdiff
path: root/tao/Acceptor_Filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'tao/Acceptor_Filter.h')
-rw-r--r--tao/Acceptor_Filter.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tao/Acceptor_Filter.h b/tao/Acceptor_Filter.h
index d2e87aece11..0fd1b3b5312 100644
--- a/tao/Acceptor_Filter.h
+++ b/tao/Acceptor_Filter.h
@@ -16,6 +16,8 @@
#include /**/ "ace/pre.h"
+#include <vector>
+
#include "tao/orbconf.h"
#include /**/ "tao/TAO_Export.h"
#include "tao/Basic_Types.h"
@@ -28,7 +30,7 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
namespace TAO
{
- class ObjectKey;
+ typedef std::vector<CORBA::Octet> ObjectKey;
}
class TAO_MProfile;