mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Typo
This commit is contained in:
parent
654ba51a2b
commit
04adec9815
1 changed files with 2 additions and 3 deletions
|
|
@ -39,7 +39,7 @@ class Daemon;
|
|||
class DaemonCommandExample {
|
||||
public:
|
||||
DaemonCommandExample(const char *command, const char *output);
|
||||
~DaemonCommandExample() {};
|
||||
~DaemonCommandExample() {}
|
||||
const std::string &getCommand() const {
|
||||
return mCommand;
|
||||
}
|
||||
|
|
@ -53,8 +53,7 @@ private:
|
|||
|
||||
class DaemonCommand {
|
||||
public:
|
||||
virtual ~DaemonCommand() {
|
||||
};
|
||||
virtual ~DaemonCommand() {}
|
||||
virtual void exec(Daemon *app, const char *args)=0;
|
||||
bool matches(const char *name) const;
|
||||
const std::string getHelp() const;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue