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

12 lines
247 B
C++

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