| 56 | std::string PgReader::getName() const { return s_info.name; } |
| 57 | |
| 58 | PgReader::PgReader() : m_session(NULL), m_pcid(0), m_cached_point_count(0), |
| 59 | m_cached_max_points(0) |
| 60 | {} |
| 61 | |
| 62 | |
| 63 | PgReader::~PgReader() |
nothing calls this directly
no outgoing calls
no test coverage detected