X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/d43e446400ac7b65d7d2dd3acd57f8f669484449..32f6b88b0eba7de3a849bdc92aaeb938af8bb735:/hostdata.h

diff --git a/hostdata.h b/hostdata.h
index 59ca35d..722b2bc 100644
--- a/hostdata.h
+++ b/hostdata.h
@@ -5,6 +5,9 @@
 #include <vector>
 #include <msg/msg.h>
 
+// Helper class that associates instances of itself with each host.
+// Facilitate global operations on hosts, and retreiving of host name
+// and mailboxes.
 class hostdata {
 public:
     static void create();
@@ -22,7 +25,6 @@ public:
 private:
     // static list of hostdata's, used by create/destroy
     static std::vector<hostdata> hosts;
-    struct m_host_less;
 
     const char* name;
     std::string ctrl_mbox;