Imported Upstream version 0.12.7
[bowtie.git] / SeqAn-1.1 / seqan / file / file_forwards.h
1  /*==========================================================================
2                 SeqAn - The Library for Sequence Analysis
3                           http://www.seqan.de 
4  ============================================================================
5   Copyright (C) 2007
6
7   This library is free software; you can redistribute it and/or
8   modify it under the terms of the GNU Lesser General Public
9   License as published by the Free Software Foundation; either
10   version 3 of the License, or (at your option) any later version.
11
12   This library is distributed in the hope that it will be useful,
13   but WITHOUT ANY WARRANTY; without even the implied warranty of
14   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15   Lesser General Public License for more details.
16
17  ============================================================================
18   $Id: file_forwards.h,v 1.1 2008/08/25 16:20:03 langmead Exp $
19  ==========================================================================*/
20
21 #ifndef SEQAN_HEADER_FILE_FORWARDS_H 
22 #define SEQAN_HEADER_FILE_FORWARDS_H 
23
24 //SEQAN_NO_GENERATED_FORWARDS: no forwards are generated for this file
25
26 //////////////////////////////////////////////////////////////////////////////
27
28 namespace SEQAN_NAMESPACE_MAIN 
29 {
30     
31 //////////////////////////////////////////////////////////////////////////////
32
33 template <typename TSource, typename TSpec>
34 class Align;
35
36
37 //////////////////////////////////////////////////////////////////////////////
38
39 } //namespace SEQAN_NAMESPACE_MAIN
40
41 //////////////////////////////////////////////////////////////////////////////
42
43 #endif
44