summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/AMI/Shared_Interceptor.h
blob: 9bc2f8b241bd3c8f44429def555357454215a797 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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_ */