Last change
on this file since 8631 was
8103,
checked in by rgrieder, 14 years ago
|
Updated TiCpp.
|
-
Property svn:eol-style set to
native
|
File size:
640 bytes
|
Rev | Line | |
---|
[8103] | 1 | --- ticpp.h |
---|
| 2 | +++ ticpp.h |
---|
| 3 | @@ -38,9 +38,7 @@ |
---|
| 4 | @todo add TYPECOUNT support. See ticpp::NodeFactory. |
---|
| 5 | @todo Add a quick reference |
---|
| 6 | */ |
---|
| 7 | -#ifndef TIXML_USE_TICPP |
---|
| 8 | - #define TIXML_USE_TICPP |
---|
| 9 | -#endif |
---|
| 10 | +#ifdef TIXML_USE_TICPP |
---|
[2705] | 11 | |
---|
[8103] | 12 | #ifndef TICPP_INCLUDED |
---|
| 13 | #define TICPP_INCLUDED |
---|
| 14 | @@ -1231,6 +1229,7 @@ |
---|
| 15 | |
---|
[2705] | 16 | T* m_tiXmlPointer; /**< Internal pointer to the TiXml Class which is being wrapped */ |
---|
| 17 | |
---|
[8103] | 18 | + public: |
---|
[2705] | 19 | /** |
---|
| 20 | @internal |
---|
| 21 | Gets the internal TinyXML pointer. |
---|
[8103] | 22 | @@ -1242,6 +1241,7 @@ |
---|
[2705] | 23 | ValidatePointer(); |
---|
| 24 | return m_tiXmlPointer; |
---|
| 25 | } |
---|
[8103] | 26 | + protected: |
---|
[2705] | 27 | |
---|
| 28 | /** |
---|
| 29 | @internal |
---|
[8103] | 30 | @@ -1903,3 +1903,5 @@ |
---|
| 31 | } |
---|
| 32 | |
---|
| 33 | #endif // TICPP_INCLUDED |
---|
| 34 | + |
---|
| 35 | +#endif // TIXML_USE_TICPP |
---|
Note: See
TracBrowser
for help on using the repository browser.