1 /*------------------------------------------------------------------------------
2 Name: EraseReturnQos.h
3 Project: xmlBlaster.org
4 Copyright: xmlBlaster.org, see xmlBlaster-LICENSE file
5 ------------------------------------------------------------------------------*/
6
7 /**
8 * Handling the returned QoS (quality of service) of a erase() call.
9 * <p />
10 * If you are a Java client and use the XmlBlasterConnection helper class
11 * you get this object as the erase() return value.
12 * <p />
13 * Example:
14 * <pre>
15 * <qos>
16 * <state id='OK' info='QUEUED[bilbo]'/>
17 * <key oid='HelloWorld/>
18 * </qos>
19 * </pre>
20 * @see org.xmlBlaster.test.classtest.qos.StatusQosFactoryTest
21 * @see <a href="http://www.xmlBlaster.org/xmlBlaster/doc/requirements/interface.erase.html" target="others">the interface.erase requirement</a>
22 */
23
24
25 #ifndef _CLIENT_QOS_ERASERETURNQOS_H
26 #define _CLIENT_QOS_ERASERETURNQOS_H
27
28 #include <client/qos/PublishReturnQos.h>
29
30 namespace org { namespace xmlBlaster { namespace client { namespace qos {
31
32 typedef PublishReturnQos EraseReturnQos;
33
34 }}}} // namespace
35
36 #endif
syntax highlighted by Code2HTML, v. 0.9.1