shared_interceptor.h

来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· C头文件 代码 · 共 19 行

H
19
字号
/**
 * @file Shared_Interceptor.h
 *
 * Shared_Interceptor.h,v 1.1 2002/11/12 02:08:02 ossama Exp
 *
 */
#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_ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?