summaryrefslogtreecommitdiff
path: root/libopie2/opienet/omanufacturerdb.h
Side-by-side diff
Diffstat (limited to 'libopie2/opienet/omanufacturerdb.h') (more/less context) (show whitespace changes)
-rw-r--r--libopie2/opienet/omanufacturerdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libopie2/opienet/omanufacturerdb.h b/libopie2/opienet/omanufacturerdb.h
index 5e66c37..cb0b6c8 100644
--- a/libopie2/opienet/omanufacturerdb.h
+++ b/libopie2/opienet/omanufacturerdb.h
@@ -18,12 +18,13 @@
#include <qmap.h>
class OManufacturerDB
{
public:
+ //FIXME make us consistent -zecke I use self(), sandman inst() you use instance() so we need to chose one!
static OManufacturerDB* instance();
const QString& lookup( const QString& macaddr ) const;
protected:
OManufacturerDB();
virtual ~OManufacturerDB();