Switch to unified view

a/src/internfile/internfile.h b/src/internfile/internfile.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 _INTERNFILE_H_INCLUDED_
17
#ifndef _INTERNFILE_H_INCLUDED_
18
#define _INTERNFILE_H_INCLUDED_
18
#define _INTERNFILE_H_INCLUDED_
19
/* @(#$Id: internfile.h,v 1.19 2008-10-03 06:23:23 dockes Exp $  (C) 2004 J.F.Dockes */
19
/* @(#$Id: internfile.h,v 1.20 2008-10-04 14:26:59 dockes Exp $  (C) 2004 J.F.Dockes */
20
20
21
#include <string>
21
#include <string>
22
#include <vector>
22
#include <vector>
23
using std::string;
23
using std::string;
24
using std::vector;
24
using std::vector;
...
...
142
    void collectIpathAndMT(Rcl::Doc&, string& ipath) const;
142
    void collectIpathAndMT(Rcl::Doc&, string& ipath) const;
143
    bool dataToTempFile(const string& data, const string& mt, string& fn);
143
    bool dataToTempFile(const string& data, const string& mt, string& fn);
144
    void popHandler();
144
    void popHandler();
145
    int addHandler();
145
    int addHandler();
146
    void checkExternalMissing(const string& msg);
146
    void checkExternalMissing(const string& msg);
147
    void processNextDocError();
147
    void processNextDocError(Rcl::Doc &doc, string& ipath);
148
};
148
};
149
149
150
 
150
 
151
#endif /* _INTERNFILE_H_INCLUDED_ */
151
#endif /* _INTERNFILE_H_INCLUDED_ */