summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/AMI/Shared_Interceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/AMI/Shared_Interceptor.h')
-rw-r--r--TAO/tests/Portable_Interceptors/AMI/Shared_Interceptor.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/TAO/tests/Portable_Interceptors/AMI/Shared_Interceptor.h b/TAO/tests/Portable_Interceptors/AMI/Shared_Interceptor.h
new file mode 100644
index 00000000000..9bc2f8b241b
--- /dev/null
+++ b/TAO/tests/Portable_Interceptors/AMI/Shared_Interceptor.h
@@ -0,0 +1,18 @@
+/**
+ * @file Shared_Interceptor.h
+ *
+ * $Id$
+ *
+ */
+#ifndef Shared_Interceptor__h_
+#define Shared_Interceptor__h_
+
+#include "tao/IOPC.h"
+
+// Unreserved (and probably unwanted) ServiceId
+const IOP::ServiceId service_id = 0xdeadbeef;
+
+const char magic_cookie[] = "Magic Cookie";
+const CORBA::ULong magic_cookie_len = sizeof(magic_cookie);
+
+#endif /* Shared_Interceptor__h_ */