00001 #ifndef _BINS_H_ 00002 #define _BINS_H_ 00003 00004 namespace HL { 00005 00006 template <class Header, int Size> 00007 class bins; 00008 00009 } 00010 00011 00012 #endif