| 1924 | void MarkInUse(const XMLNode* const); |
| 1925 | |
| 1926 | virtual XMLNode* ShallowClone( XMLDocument* /*document*/ ) const override{ |
| 1927 | return 0; |
| 1928 | } |
| 1929 | virtual bool ShallowEqual( const XMLNode* /*compare*/ ) const override{ |
| 1930 | return false; |
| 1931 | } |
nothing calls this directly
no outgoing calls
no test coverage detected