X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fintrusive_list_impl.h;h=7d71e3f78c1017b690e0b21b4a1c5b4c819a1f52;hb=b0f16081ccaef527ed4b5434a7264508cf455f39;hp=0efe06d2e52e6bd41acf0cf298eaeaae35662560;hpb=c81524733b1fa409e3123166a8521e5984f47059;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/intrusive_list_impl.h b/include/intrusive_list_impl.h index 0efe06d2e..7d71e3f78 100644 --- a/include/intrusive_list_impl.h +++ b/include/intrusive_list_impl.h @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2013-2014 Attila Molnar + * Copyright (C) 2014 Attila Molnar * * This file is part of InspIRCd. InspIRCd is free software: you can * redistribute it and/or modify it under the terms of the GNU General Public @@ -17,6 +17,9 @@ */ +namespace insp +{ + template class INSPIRCD_INTRUSIVE_LIST_NAME { @@ -165,3 +168,5 @@ class INSPIRCD_INTRUSIVE_LIST_NAME #endif size_t listsize; }; + +} // namespace insp