1 /**
2 * Wraps an XML key for a get() invocation.
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.get.html" target="others">the interface.get 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_GETKEY_H
14 #define _UTIL_KEY_GETKEY_H
15
16 #include <client/key/SubscribeKey.h>
17
18 namespace org { namespace xmlBlaster { namespace client { namespace key {
19
20 typedef SubscribeKey GetKey;
21
22 }}}} // namespace
23
24 #endif
syntax highlighted by Code2HTML, v. 0.9.1