diff options
author | Jacek Antonelli | 2008-08-15 23:45:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:50 -0500 |
commit | 2a4dea528f670b9bb1f77ef27a8a1dd16603d114 (patch) | |
tree | 95c68e362703c9099d571ecbdc6142b1cda1e005 /linden/indra/llxml/llxmlnode.h | |
parent | Second Life viewer sources 1.20.6 (diff) | |
download | meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.zip meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.gz meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.bz2 meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.xz |
Second Life viewer sources 1.20.7
Diffstat (limited to 'linden/indra/llxml/llxmlnode.h')
-rw-r--r-- | linden/indra/llxml/llxmlnode.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/linden/indra/llxml/llxmlnode.h b/linden/indra/llxml/llxmlnode.h index 6183ec1..269108c 100644 --- a/linden/indra/llxml/llxmlnode.h +++ b/linden/indra/llxml/llxmlnode.h | |||
@@ -32,7 +32,9 @@ | |||
32 | #ifndef LL_LLXMLNODE_H | 32 | #ifndef LL_LLXMLNODE_H |
33 | #define LL_LLXMLNODE_H | 33 | #define LL_LLXMLNODE_H |
34 | 34 | ||
35 | #define XML_STATIC | 35 | #ifndef XML_STATIC |
36 | #define XML_STATIC 1 | ||
37 | #endif | ||
36 | #ifdef LL_STANDALONE | 38 | #ifdef LL_STANDALONE |
37 | #include <expat.h> | 39 | #include <expat.h> |
38 | #else | 40 | #else |
@@ -131,8 +133,8 @@ public: | |||
131 | static bool updateNode( | 133 | static bool updateNode( |
132 | LLXMLNodePtr& node, | 134 | LLXMLNodePtr& node, |
133 | LLXMLNodePtr& update_node); | 135 | LLXMLNodePtr& update_node); |
134 | static void writeHeaderToFile(FILE *fOut); | 136 | static void writeHeaderToFile(LLFILE *fOut); |
135 | void writeToFile(FILE *fOut, LLString indent = LLString()); | 137 | void writeToFile(LLFILE *fOut, LLString indent = LLString()); |
136 | void writeToOstream(std::ostream& output_stream, const LLString& indent = LLString()); | 138 | void writeToOstream(std::ostream& output_stream, const LLString& indent = LLString()); |
137 | 139 | ||
138 | // Utility | 140 | // Utility |