1 /**
2 * Access to an erase key.
3 * <p>
4 * See QueryKeySaxFactory for a syntax description of the allowed xml structure
5 * </p>
6 * @see org.xmlBlaster.util.key.QueryKeySaxFactory
7 * @see <a href="http://www.xmlBlaster.org/xmlBlaster/doc/requirements/interface.erase.html" target="others">the interface.erase requirement</a>
8 *
9 * @author <a href="mailto:xmlBlaster@marcelruff.info">Marcel Ruff</a>
10 * @author <a href="mailto:laghi@swissinfo.org">Michele Laghi</a>
11 */
12
13 #ifndef _UTIL_KEY_ERASEKEY_H
14 #define _UTIL_KEY_ERASEKEY_H
15
16 #include <client/key/SubscribeKey.h>
17
18 namespace org { namespace xmlBlaster { namespace client { namespace key {
19
20 typedef SubscribeKey EraseKey;
21
22 }}}} // namespace
23
24 #endif
syntax highlighted by Code2HTML, v. 0.9.1