notify_sequencepushconsumer.h
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· C头文件 代码 · 共 31 行
H
31 行
/* -*- C++ -*- */
// Notify_SequencePushConsumer.h,v 1.6 2003/07/21 23:51:33 dhinton Exp
// ==========================================================================
//
// = LIBRARY
// orbsvcs
//
// = FILENAME
// Notify_SequencePushConsumer.h
//
// = DESCRIPTION
// This is a utility class is to be used by clients of the Notification
// Service to implement the servant for CosNotifyComm::SequencePushConsumer
//
// = AUTHOR
// Pradeep Gore <pradeep@cs.wustl.edu>
//
// ==========================================================================
#ifndef NOTIFY_SEQUENCEPUSHCONSUMER_H
#define NOTIFY_SEQUENCEPUSHCONSUMER_H
#include /**/ "ace/pre.h"
#include "SequencePushConsumer.h"
typedef TAO_Notify_Tests_SequencePushConsumer TAO_Notify_SequencePushConsumer;
#include /**/ "ace/post.h"
#endif /* NOTIFY_SEQUENCEPUSHCONSUMER_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?