Use standard types instead of typedefs wherever possible
This commit is contained in:
parent
efc594f888
commit
f0a9278511
12 changed files with 90 additions and 100 deletions
|
@ -30,11 +30,11 @@ public:
|
|||
|
||||
private:
|
||||
|
||||
void NameOwnerChanged(const ::DBus::String &, const ::DBus::String &, const ::DBus::String &);
|
||||
void NameOwnerChanged(const std::string &, const std::string &, const std::string &);
|
||||
|
||||
void NameLost(const ::DBus::String &);
|
||||
void NameLost(const std::string &);
|
||||
|
||||
void NameAcquired(const ::DBus::String &);
|
||||
void NameAcquired(const std::string &);
|
||||
|
||||
void on_select_busname();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue