|
reSIProcate/rutil
9694
|
#include <RROverlay.hxx>


Public Member Functions | |
| OverlayException (const Data &msg, const Data &file, const int line) | |
| const char * | name () const |
Definition at line 27 of file RROverlay.hxx.
| resip::RROverlay::OverlayException::OverlayException | ( | const Data & | msg, |
| const Data & | file, | ||
| const int | line | ||
| ) | [inline] |
Definition at line 30 of file RROverlay.hxx.
: BaseException(msg, file, line) { }
| const char* resip::RROverlay::OverlayException::name | ( | ) | const [inline, virtual] |
Implements resip::BaseException.
Definition at line 35 of file RROverlay.hxx.
{ return "OverlayException"; }
1.7.5.1