⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 erasereturnqos.h

📁 java开源的企业总线.xmlBlaster
💻 H
字号:
/*------------------------------------------------------------------------------Name:      EraseReturnQos.hProject:   xmlBlaster.orgCopyright: xmlBlaster.org, see xmlBlaster-LICENSE file------------------------------------------------------------------------------*//** * Handling the returned QoS (quality of service) of a erase() call.  * <p /> * If you are a Java client and use the XmlBlasterConnection helper class * you get this object as the erase() return value. * <p /> * Example: * <pre> *   &lt;qos> *     &lt;state id='OK' info='QUEUED[bilbo]'/> *     &lt;key oid='HelloWorld/> *  &lt;/qos> * </pre> * @see org.xmlBlaster.test.classtest.qos.StatusQosFactoryTest * @see <a href="http://www.xmlBlaster.org/xmlBlaster/doc/requirements/interface.erase.html" target="others">the interface.erase requirement</a> */#ifndef _CLIENT_QOS_ERASERETURNQOS_H#define _CLIENT_QOS_ERASERETURNQOS_H#include <client/qos/PublishReturnQos.h>namespace org { namespace xmlBlaster { namespace client { namespace qos {typedef PublishReturnQos EraseReturnQos;}}}} // namespace#endif

⌨️ 快捷键说明

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