Home
last modified time | relevance | path

Searched refs:m_commandErrorPrefix (Results 1 – 2 of 2) sorted by relevance

/dports/devel/ptlib/ptlib-2.10.11/include/ptclib/
H A Dcli.h510 const PString & GetCommandErrorPrefix() const { return m_commandErrorPrefix; } in GetCommandErrorPrefix()
515 …void SetCommandErrorPrefix(const PString & commandErrorPrefix) { m_commandErrorPrefix = commandErr… in SetCommandErrorPrefix()
553 PString m_commandErrorPrefix; variable
/dports/devel/ptlib/ptlib-2.10.11/src/ptclib/
H A Dcli.cxx375 , m_commandErrorPrefix(": error: ") in PCLI()