00001 // Copyright (c) 2000-2001 Brad Hughes <bhughes@trolltech.com> 00002 // 00003 // Use, modification and distribution is allowed without limitation, 00004 // warranty, or liability of any kind. 00005 // 00006 00007 #ifndef __constants_h 00008 #define __constants_h 00009 00010 const unsigned int historySize = 100; 00011 const unsigned int globalBlockSize = 2 * 1024; 00012 const unsigned int globalBufferSize = globalBlockSize * 32; 00013 const unsigned int groupOpenTimeout = 750; 00014 const unsigned int numbBands = 10; 00015 00016 #endif // __constants_h
1.5.5