be_visitor_eventtype.h

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

H
43
字号
/* -*- c++ -*- */
//
// be_visitor_eventtype.h,v 1.1 2002/09/25 16:25:37 parsons Exp
//

// ============================================================================
//
// = LIBRARY
//    TAO IDL
//
// = FILENAME
//    be_visitor_eventtype.h
//
// = DESCRIPTION
//    Concrete visitor for the EventType class
//
// = AUTHOR
//    Jeff Parsons
//
// ============================================================================

#ifndef TAO_BE_VISITOR_EVENTTYPE_H
#define TAO_BE_VISITOR_EVENTTYPE_H

#include "be_visitor_valuetype.h"

#include "be_visitor_eventtype/eventtype_ch.h"
#include "be_visitor_eventtype/eventtype_ci.h"
#include "be_visitor_eventtype/eventtype_cs.h"
#include "be_visitor_eventtype/eventtype_sh.h"
#include "be_visitor_eventtype/eventtype_si.h"
#include "be_visitor_eventtype/eventtype_ss.h"
#include "be_visitor_eventtype/eventtype_obv_ch.h"
#include "be_visitor_eventtype/eventtype_obv_ci.h"
#include "be_visitor_eventtype/eventtype_obv_cs.h"
#include "be_visitor_eventtype/any_op_ch.h"
#include "be_visitor_eventtype/any_op_cs.h"
#include "be_visitor_eventtype/cdr_op_ch.h"
#include "be_visitor_eventtype/cdr_op_ci.h"
#include "be_visitor_eventtype/cdr_op_cs.h"

#endif

⌨️ 快捷键说明

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