| 185 | } |
| 186 | |
| 187 | void PrintRMLVersionInfo( void* arg, const char* server_info ) { |
| 188 | PrintExtraVersionInfo( server_info, (const char *)arg ); |
| 189 | } |
| 190 | |
| 191 | //! check for transaction support. |
| 192 | #if _MSC_VER |
nothing calls this directly
no test coverage detected