Missed one file
[pierogi] / protocols / samsungprotocol.h
1 #ifndef SAMSUNGPROTOCOL_H
2 #define SAMSUNGPROTOCOL_H
3
4 #include "necprotocol.h"
5
6 //
7 // The Samsung protocol is basically identical to the NEC protocol, except
8 // that the header pulse is different.  I have no clue why they did this...
9 //
10
11 class SamsungProtocol: public NECProtocol
12 {
13 public:
14   SamsungProtocol(
15     QObject *guiObject,
16     unsigned int index);
17 };
18
19 #endif // SAMSUNGPROTOCOL_H