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