Add missing multiple-inclusion suppression macros

This commit is contained in:
Vinnie Falco
2013-05-22 13:31:01 -07:00
parent cf6f4f47f2
commit 36ec6cfd30
4 changed files with 16 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
#ifndef REGULARKEYSETTRANSACTOR_H
#define REGULARKEYSETTRANSACTOR_H
#include "Transactor.h"
class RegularKeySetTransactor : public Transactor
@@ -8,5 +11,6 @@ public:
TER checkFee();
TER doApply();
};
#endif
// vim:ts=4