diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-28 14:53:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-28 20:29:17 +0300 |
commit | fe189f61b6385a30c689b46667ccc18c7117056a (patch) | |
tree | 11902d10cea56ac6fcff3de2567d4785cf4852a8 /src/net/ea | |
parent | 7e4722653046e8870660808750bbafbb96bf4185 (diff) | |
download | plus-fe189f61b6385a30c689b46667ccc18c7117056a.tar.gz plus-fe189f61b6385a30c689b46667ccc18c7117056a.tar.bz2 plus-fe189f61b6385a30c689b46667ccc18c7117056a.tar.xz plus-fe189f61b6385a30c689b46667ccc18c7117056a.zip |
fix guard header part2.
Diffstat (limited to 'src/net/ea')
-rw-r--r-- | src/net/ea/eaprotocol.h | 6 | ||||
-rw-r--r-- | src/net/ea/gui/guildtab.h | 6 | ||||
-rw-r--r-- | src/net/ea/gui/partytab.h | 6 | ||||
-rw-r--r-- | src/net/ea/loginhandler.h | 2 |
4 files changed, 10 insertions, 10 deletions
diff --git a/src/net/ea/eaprotocol.h b/src/net/ea/eaprotocol.h index 014928b66..e448a19db 100644 --- a/src/net/ea/eaprotocol.h +++ b/src/net/ea/eaprotocol.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef EA_EA_PROTOCOL_H -#define EA_EA_PROTOCOL_H +#ifndef NET_EA_EAPROTOCOL_H +#define NET_EA_EAPROTOCOL_H enum { @@ -68,4 +68,4 @@ enum static const int INVENTORY_OFFSET = 2; static const int STORAGE_OFFSET = 1; -#endif +#endif // NET_EA_EAPROTOCOL_H diff --git a/src/net/ea/gui/guildtab.h b/src/net/ea/gui/guildtab.h index fdfd2fea4..28b689f79 100644 --- a/src/net/ea/gui/guildtab.h +++ b/src/net/ea/gui/guildtab.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef EA_GUILDTAB_H -#define EA_GUILDTAB_H +#ifndef NET_EA_GUI_GUILDTAB_H +#define NET_EA_GUI_GUILDTAB_H #include "gui/widgets/chattab.h" @@ -62,4 +62,4 @@ class GuildTab : public ChatTab, public ConfigListener } // namespace Ea -#endif // EA_GUILDTAB_H +#endif // NET_EA_GUI_GUILDTAB_H diff --git a/src/net/ea/gui/partytab.h b/src/net/ea/gui/partytab.h index a2c782248..983e6efb2 100644 --- a/src/net/ea/gui/partytab.h +++ b/src/net/ea/gui/partytab.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef EA_PARTYTAB_H -#define EA_PARTYTAB_H +#ifndef NET_EA_GUI_PARTYTAB_H +#define NET_EA_GUI_PARTYTAB_H #include "gui/widgets/chattab.h" @@ -62,4 +62,4 @@ extern PartyTab *partyTab; } // namespace Ea -#endif // EA_PARTYTAB_H +#endif // NET_EA_GUI_PARTYTAB_H diff --git a/src/net/ea/loginhandler.h b/src/net/ea/loginhandler.h index 38defc09d..0d60a7622 100644 --- a/src/net/ea/loginhandler.h +++ b/src/net/ea/loginhandler.h @@ -106,4 +106,4 @@ class LoginHandler : public Net::LoginHandler } // namespace Ea -#endif // NET_TA_LOGINHANDLER_H +#endif // NET_EA_LOGINHANDLER_H |