X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=necprotocol.h;h=da5e5ff886acb19d0b1f80c7144fe946ac54364e;hb=4fc66aff685d685254554253b3b53b8d63ad73bd;hp=57deae5a2b9ed33b96c7f7c9a11d2c3db7642723;hpb=679cf51a24c954af07a4002c25c15ecb67c8466b;p=pierogi diff --git a/necprotocol.h b/necprotocol.h index 57deae5..da5e5ff 100644 --- a/necprotocol.h +++ b/necprotocol.h @@ -2,7 +2,7 @@ #define NECPROTOCOL_H #include "pirprotocol.h" -#include "pirdevice.h" +#include "pirrx51hardware.h" // // The "NEC" Protocol is, more or less, followed by the majority of @@ -95,18 +95,18 @@ private: int generateStandardCommand( const CommandSequence &bits, - PIRDevice &device); + PIRRX51Hardware &device); int generateHeadlessCommand( const CommandSequence &bits, - PIRDevice &device); + PIRRX51Hardware &device); int generateRepeatCommand( - PIRDevice &device); + PIRRX51Hardware &device); int pushBits( const CommandSequence &bits, - PIRDevice &device); + PIRRX51Hardware &device); }; #endif // NECPROTOCOL_H