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