summaryrefslogtreecommitdiff
path: root/include/CommonAPI/DBus/DBusError.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/CommonAPI/DBus/DBusError.hpp')
-rw-r--r--include/CommonAPI/DBus/DBusError.hpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/CommonAPI/DBus/DBusError.hpp b/include/CommonAPI/DBus/DBusError.hpp
index 6e8f170..bd3a636 100644
--- a/include/CommonAPI/DBus/DBusError.hpp
+++ b/include/CommonAPI/DBus/DBusError.hpp
@@ -23,20 +23,20 @@ class DBusConnection;
class COMMONAPI_EXPORT DBusError {
public:
- DBusError();
- ~DBusError();
+ DBusError();
+ ~DBusError();
- operator bool() const;
+ operator bool() const;
- void clear();
+ void clear();
- std::string getName() const;
- std::string getMessage() const;
+ std::string getName() const;
+ std::string getMessage() const;
private:
- ::DBusError libdbusError_;
+ ::DBusError libdbusError_;
- friend class DBusConnection;
+ friend class DBusConnection;
};
} // namespace DBus