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

12 lines
242 B
C++

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