Initial commit
[profile/ivi/openjade.git] / jade / TransformFOTBuilder_inst.m4
1 // Copyright (c) 1997 James Clark
2 // See the file COPYING for copying permission.
3
4 #include "config.h"
5
6 #ifdef SP_MANUAL_INST
7
8 #define SP_DEFINE_TEMPLATES
9 #include "IList.h"
10 #undef SP_DEFINE_TEMPLATES
11
12 #ifdef DSSSL_NAMESPACE
13 namespace DSSSL_NAMESPACE {
14 #endif
15
16 __instantiate(IList<TransformFOTBuilder::OpenFile>)
17
18 #ifdef DSSSL_NAMESPACE
19 }
20 #endif
21
22 #endif /* SP_MANUAL_INST */