Imports.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023 #ifndef PROTOCOLS__GNUTELLA__PACKETS__EXTENSIONS__GGEPS__IMPORTS_H
00024 #define PROTOCOLS__GNUTELLA__PACKETS__EXTENSIONS__GGEPS__IMPORTS_H
00025
00026 #include "../Ggep.h"
00027
00028 FORWARD_DECLARE3 (Protocols, Gnutella, Packets, class BinaryReader)
00029 FORWARD_DECLARE3 (Protocols, Gnutella, Packets, class BinaryWriter)
00030
00031 namespace Protocols {
00032 namespace Gnutella {
00033 namespace Packets {
00034 namespace Extensions {
00035 namespace Ggeps {
00036
00037 using Protocols::Gnutella::Packets::Extensions::Ggep;
00038
00039 }
00040 }
00041 }
00042 }
00043 }
00044
00045 #endif // PROTOCOLS__GNUTELLA__PACKETS__EXTENSIONS__GGEPS__IMPORTS_H