📄 erasereturnqos.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> * <qos> * <state id='OK' info='QUEUED[bilbo]'/> * <key oid='HelloWorld/> * </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 + -