diff options
Diffstat (limited to 'indra/llcommon/llsdserialize_xml.h')
-rw-r--r-- | indra/llcommon/llsdserialize_xml.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/indra/llcommon/llsdserialize_xml.h b/indra/llcommon/llsdserialize_xml.h new file mode 100644 index 0000000000..f4aa7b92a4 --- /dev/null +++ b/indra/llcommon/llsdserialize_xml.h @@ -0,0 +1,17 @@ +/** + * @file llsdserialize_xml.h + * @brief XML parsers and formatters for LLSD + * + * Copyright (c) 2006-$CurrentYear$, Linden Research, Inc. + * $License$ + */ + +#ifndef LL_LLSDSERIALIZE_XML_H +#define LL_LLSDSERIALIZE_XML_H + +#include "llsdserialize.h" + +// all the XML class definitions are in llsdserialze.h for now + +#endif // LL_LLSDSERIALIZE_XML_H + |