IMessageMetadata implementation
| 108 | |
| 109 | // IMessageMetadata implementation |
| 110 | unsigned getCount(ThrowStatusWrapper* /*status*/) |
| 111 | { |
| 112 | return 1; |
| 113 | } |
| 114 | |
| 115 | const char* getField(ThrowStatusWrapper* /*status*/, unsigned /*index*/) |
| 116 | { |
no outgoing calls
no test coverage detected