]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/intrusive_list_impl.h
Move the intrusive list containers into the insp namespace
[user/henk/code/inspircd.git] / include / intrusive_list_impl.h
index 0efe06d2e52e6bd41acf0cf298eaeaae35662560..1dd36b03a8fe8e3221e919eaa41a6e70c5ed118f 100644 (file)
@@ -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