Link with C++ linker
[oweals/cde.git] / cde / programs / nsgmls / nsgmls_inst.m4
1 /* $XConsortium: nsgmls_inst.m4 /main/2 1996/08/09 15:33:44 mgreess $ */
2 // Copyright (c) 1994 James Clark
3 // See the file COPYING for copying permission.
4
5 #include "config.h"
6
7 #ifdef SP_MANUAL_INST
8
9 #define SP_DEFINE_TEMPLATES
10 #include "Vector.h"
11 #include "PointerTable.h"
12 #include "OwnerTable.h"
13 #include "Vector.h"
14 #include "IQueue.h"
15 #include "Owner.h"
16 #undef SP_DEFINE_TEMPLATES
17
18 #include "StringSet.h"
19 #include "RastEventHandler.h"
20
21 #ifdef SP_NAMESPACE
22 namespace SP_NAMESPACE {
23 #endif
24
25 __instantiate(`PointerTable<StringC *, StringC, Hash, StringSetKey>')
26 __instantiate(`OwnerTable<StringC, StringC, Hash, StringSetKey>')
27 __instantiate(Vector<StringC *>)
28 __instantiate(Owner<EndPrologEvent>)
29 __instantiate(IQueue<LinkRulePi>)
30 __instantiate(Vector<Vector<size_t> >)
31
32 #ifdef SP_NAMESPACE
33 }
34 #endif
35
36 #endif /* SP_MANUAL_INST */