| 15 | namespace phxsql{ |
| 16 | |
| 17 | PhxSQLOssConfig * PhxSQLOssConfig::GetDefault(const char *filename) { |
| 18 | static PhxSQLOssConfig config(filename); |
| 19 | return &config; |
| 20 | } |
| 21 | |
| 22 | PhxSQLOssConfig::PhxSQLOssConfig(const char * filename) { |
| 23 | ReadFile(filename); |
nothing calls this directly
no outgoing calls
no test coverage detected