linphone-iphone/daemon/commands/call-status.h
2012-05-02 17:55:16 +02:00

12 lines
252 B
C++

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