| 219 | virtual UINT GetNumberOfOptionalParameters() const override { return m_uiNumberOfOptionalParameters; } |
| 220 | virtual TSpecificationEnum GetSpecification() const override { return m_enSpecification; } |
| 221 | virtual TTypeEnum GetType() const override { return m_enType; } |
| 222 | |
| 223 | const tstring m_strServerString; |
| 224 | const tstring m_strCompleteServerStringSyntax; |
no outgoing calls
no test coverage detected