2 * @file Shared_Interceptor.h
4 #ifndef Shared_Interceptor__h_
5 #define Shared_Interceptor__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_ */