Switch to unified view

a/src/bincimapmime/mime-inputsource.h b/src/bincimapmime/mime-inputsource.h
1
/* -*- Mode: c++; -*- */
1
/* -*- mode:c++;c-basic-offset:2 -*- */
2
/*  --------------------------------------------------------------------
2
/*  --------------------------------------------------------------------
3
 *  Filename:
3
 *  Filename:
4
 *    src/mime-inputsource.h
4
 *    src/mime-inputsource.h
5
 *  
5
 *  
6
 *  Description:
6
 *  Description:
7
 *    The base class of the MIME input source
7
 *    The base class of the MIME input source
8
 *  --------------------------------------------------------------------
8
 *  --------------------------------------------------------------------
9
 *  Copyright 2002-2004 Andreas Aardal Hanssen
9
 *  Copyright 2002-2005 Andreas Aardal Hanssen
10
 *
10
 *
11
 *  This program is free software; you can redistribute it and/or modify
11
 *  This program is free software; you can redistribute it and/or modify
12
 *  it under the terms of the GNU General Public License as published by
12
 *  it under the terms of the GNU General Public License as published by
13
 *  the Free Software Foundation; either version 2 of the License, or
13
 *  the Free Software Foundation; either version 2 of the License, or
14
 *  (at your option) any later version.
14
 *  (at your option) any later version.
...
...
209
      MimeInputSource::reset();
209
      MimeInputSource::reset();
210
      s.seekg(0);
210
      s.seekg(0);
211
  }
211
  }
212
212
213
}
213
}
214
215
216
 
217
extern Binc::MimeInputSource *mimeSource;
214
extern Binc::MimeInputSource *mimeSource;
218
215
219
#endif
216
#endif