]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/intrusive_list_impl.h
Add a CapReference class for the message-tags capability.
[user/henk/code/inspircd.git] / include / intrusive_list_impl.h
index 0efe06d2e52e6bd41acf0cf298eaeaae35662560..7d71e3f78c1017b690e0b21b4a1c5b4c819a1f52 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
- *   Copyright (C) 2013-2014 Attila Molnar <attilamolnar@hush.com>
+ *   Copyright (C) 2014 Attila Molnar <attilamolnar@hush.com>
  *
  * 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 <typename T, typename Tag>
 class INSPIRCD_INTRUSIVE_LIST_NAME
 {
@@ -165,3 +168,5 @@ class INSPIRCD_INTRUSIVE_LIST_NAME
 #endif
        size_t listsize;
 };
+
+} // namespace insp