| 103 | |
| 104 | |
| 105 | BOOL IsClass(LPCWSTR lpszName) const |
| 106 | { |
| 107 | UNREFERENCED_PARAMETER(lpszName); |
| 108 | return FALSE; |
| 109 | } |
| 110 | |
| 111 | SStringW GetAttribute(const SStringW & strAttr) const{ |
| 112 | UNREFERENCED_PARAMETER(strAttr); |
no outgoing calls
no test coverage detected