linphone-iphone/daemon/commands/call-pause.h
2014-01-02 12:26:14 +01:00

14 lines
203 B
C++

#ifndef CALLPAUSE_H
#define CALLPAUSE_H
#include "daemon.h"
class CallPause : public DaemonCommand
{
public:
CallPause();
virtual void exec(Daemon *app, const char *args);
};
#endif // CALLPAUSE_H