Add a GetName interface to the Listener for logging purposes.

llvm-svn: 125079
This commit is contained in:
Jim Ingham 2011-02-08 05:15:05 +00:00
parent 53239f00b5
commit cedb5820ff
1 changed files with 6 additions and 0 deletions

View File

@ -46,6 +46,12 @@ public:
void
Clear ();
const char *
GetName ()
{
return m_name.c_str();
}
uint32_t
StartListeningForEvents (Broadcaster* broadcaster,
uint32_t event_mask);