ACE+TAO-6_5_17
[ACE_TAO.git] / TAO / tests / Portable_Interceptors / AMI / Shared_Interceptor.h
blob31aa41aaff40e4ec68bc74043cdf4fc32f85d2b1
1 /**
2 * @file Shared_Interceptor.h
3 */
4 #ifndef Shared_Interceptor__h_
5 #define Shared_Interceptor__h_
7 #include "tao/IOPC.h"
9 // Unreserved (and probably unwanted) ServiceId
10 const IOP::ServiceId service_id = 0xdeadbeef;
12 const char magic_cookie[] = "Magic Cookie";
13 const CORBA::ULong magic_cookie_len = sizeof(magic_cookie);
15 #endif /* Shared_Interceptor__h_ */