summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/manufacturers.h
Unidiff
Diffstat (limited to 'noncore/net/wellenreiter/gui/manufacturers.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/wellenreiter/gui/manufacturers.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/net/wellenreiter/gui/manufacturers.h b/noncore/net/wellenreiter/gui/manufacturers.h
index 67afe21..75728b1 100644
--- a/noncore/net/wellenreiter/gui/manufacturers.h
+++ b/noncore/net/wellenreiter/gui/manufacturers.h
@@ -8,25 +8,24 @@
8** Foundation and appearing in the file LICENSE.GPL included in the 8** Foundation and appearing in the file LICENSE.GPL included in the
9** packaging of this file. 9** packaging of this file.
10** 10**
11** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE 11** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
12** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 12** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
13** 13**
14**********************************************************************/ 14**********************************************************************/
15 15
16#ifndef MANUFACTURERS_H 16#ifndef MANUFACTURERS_H
17#define MANUFACTURERS_H 17#define MANUFACTURERS_H
18 18
19#include <qmap.h> 19#include <qmap.h>
20#include <string.h>
21 20
22class ManufacturerDB 21class ManufacturerDB
23{ 22{
24 public: 23 public:
25 24
26 ManufacturerDB( const QString& filename ); 25 ManufacturerDB( const QString& filename );
27 virtual ~ManufacturerDB(); 26 virtual ~ManufacturerDB();
28 const QString& lookup( const QString& macaddr ) const; 27 const QString& lookup( const QString& macaddr ) const;
29 28
30 private: 29 private:
31 30
32 QMap<QString, QString> manufacturers; 31 QMap<QString, QString> manufacturers;