|
PTLib
Version 2.10.4
|
#include <vxml.h>
Public Member Functions | |
| virtual PBoolean | Open (PVXMLChannel &chan, const PString &arg, PINDEX delay, PINDEX repeat, PBoolean autoDelete) |
| virtual bool | OnStart () |
| virtual void | OnStop () |
Protected Attributes | |
| PString | m_command |
| virtual bool PVXMLPlayableCommand::OnStart | ( | ) | [virtual] |
Implements PVXMLPlayable.
| virtual void PVXMLPlayableCommand::OnStop | ( | ) | [virtual] |
Reimplemented from PVXMLPlayable.
| virtual PBoolean PVXMLPlayableCommand::Open | ( | PVXMLChannel & | chan, |
| const PString & | arg, | ||
| PINDEX | delay, | ||
| PINDEX | repeat, | ||
| PBoolean | autoDelete | ||
| ) | [virtual] |
Reimplemented from PVXMLPlayable.
PString PVXMLPlayableCommand::m_command [protected] |