TraceInitInfo implementation
| 697 | |
| 698 | // TraceInitInfo implementation |
| 699 | const char* getConfigText() { return m_session.ses_config.c_str(); } |
| 700 | int getTraceSessionID() { return m_session.ses_id; } |
| 701 | const char* getTraceSessionName() { return m_session.ses_name.c_str(); } |
| 702 |