| | |
| | | <ClCompile Include="..\project\total3\GDNItem.GDN.cpp" /> |
| | | <ClCompile Include="..\project\total3\ProductNewList.cpp"> |
| | | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> |
| | | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> |
| | | </ClCompile> |
| | | <ClCompile Include="..\project\total3\ProductNoOut.SO.cpp" /> |
| | | <ClCompile Include="..\project\total3\viewex.total.cpp" /> |
| | |
| | | KXMLDOMNode(LPARAM p) :KXMLDOMNode((void*)p) {} |
| | | public: |
| | | operator bool() { return impl ? true : false; } |
| | | bool operator !=(KXMLDOMNode& rhs) { return rhs.getImpl() != getImpl(); } |
| | | bool operator ==(KXMLDOMNode& rhs) { return rhs.getImpl() == getImpl(); } |
| | | public: |
| | | void* getImpl(); |
| | | }; |