aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2016-03-16 09:04:44 -0500
committerCharles Kerr <charles.kerr@canonical.com>2016-03-16 09:04:44 -0500
commit3ef931c4bc8d87497dbe9f6ceda9ce4ca3bb116f (patch)
tree8c605757b28bbe736e901eee523264d6bccc72c2
parent078459b6c837264eb2d6b45a84a1641a3aeab2cc (diff)
downloadayatana-indicator-display-3ef931c4bc8d87497dbe9f6ceda9ce4ca3bb116f.tar.gz
ayatana-indicator-display-3ef931c4bc8d87497dbe9f6ceda9ce4ca3bb116f.tar.bz2
ayatana-indicator-display-3ef931c4bc8d87497dbe9f6ceda9ce4ca3bb116f.zip
tweak class description comments
-rw-r--r--src/usb-manager.h3
-rw-r--r--src/usb-snap.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/src/usb-manager.h b/src/usb-manager.h
index 28a27f3..ec405c0 100644
--- a/src/usb-manager.h
+++ b/src/usb-manager.h
@@ -22,6 +22,9 @@
#include <memory>
#include <string>
+/**
+ * Manager class that connects the AdbdClient, UsbSnap, and manages the public key file
+ */
class UsbManager
{
public:
diff --git a/src/usb-snap.h b/src/usb-snap.h
index 6ad3a4c..94de394 100644
--- a/src/usb-snap.h
+++ b/src/usb-snap.h
@@ -26,6 +26,9 @@
#include <memory>
#include <string>
+/**
+ * A snap decision prompt for whether or not to allow an ADB connection
+ */
class UsbSnap
{
public: