Switch to unified view

a/src/index/beaglequeue.h b/src/index/beaglequeue.h
...
...
14
 *   Free Software Foundation, Inc.,
14
 *   Free Software Foundation, Inc.,
15
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
15
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
16
 */
16
 */
17
#ifndef _beaglequeue_h_included_
17
#ifndef _beaglequeue_h_included_
18
#define _beaglequeue_h_included_
18
#define _beaglequeue_h_included_
19
20
#include <list>
21
using std::list;
19
22
20
/**
23
/**
21
 * Process the Beagle indexing queue. 
24
 * Process the Beagle indexing queue. 
22
 *
25
 *
23
 * Beagle MUST NOT be running, else mayhem will ensue. 
26
 * Beagle MUST NOT be running, else mayhem will ensue.