X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2Fpool_alloc_mixin.hh;h=acf36b618a59e3054283a7a8708e0417d4654b72;hb=81ffa1c459b96dd44472bcef37e1e373934ee138;hp=61548732dcf384233e6613e9b008cc88f5bf029c;hpb=f13c1275e48e97dceb7de7925793a4c69a5aeb61;p=senf.git diff --git a/Utils/pool_alloc_mixin.hh b/Utils/pool_alloc_mixin.hh index 6154873..acf36b6 100644 --- a/Utils/pool_alloc_mixin.hh +++ b/Utils/pool_alloc_mixin.hh @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) // Kompetenzzentrum fuer Satelitenkommunikation (SatCom) @@ -42,7 +44,7 @@ namespace senf { default. Using this allocator does however introduce a few restrictions: \li The operator is defined for a fixed size. Therefore if you derive from the class you - must not change it's size. + must not change it's size. \li If you change the size of the class in a derived class you have to derive from pool_alloc_mixin again.