IMP  2.0.1
The Integrative Modeling Platform
kernel/file.h
Go to the documentation of this file.
1 /**
2  * \file IMP/kernel/file.h
3  * \brief For backwards compatibility.
4  *
5  * Copyright 2007-2013 IMP Inventors. All rights reserved.
6  *
7  */
8 
9 #ifndef IMPKERNEL_FILE_H
10 #define IMPKERNEL_FILE_H
11 
12 #include <IMP/kernel/kernel_config.h>
13 #include <IMP/base/file.h>
14 #include <fstream>
15 #include <iostream>
16 
17 IMPKERNEL_BEGIN_NAMESPACE
18 #if !defined(SWIG) && !defined(IMP_DOXYGEN)
19 //swig can't deal with things
20 //using base::TextInput;
21 //using base::TextOutput;
25 #endif
26 IMPKERNEL_END_NAMESPACE
27 
28 #endif /* IMPKERNEL_FILE_H */