New architecture
[irwi] / src / remotedb.h
1 #ifndef REMOTEDB_H
2 #define REMOTEDB_H
3
4 #include <QList>
5 #include <QMap>
6 #include <QString>
7
8 #include "remote.h"
9
10 typedef QList <Remote> RemoteList;
11 typedef QMap <QString, RemoteList> MfgMap;
12 typedef QMap <QString, MfgMap> RemoteDB;
13
14 #endif
15