Link with C++ linker
[oweals/cde.git] / cde / programs / nsgmls / arc_inst.m4
1 /* $XConsortium: arc_inst.m4 /main/2 1996/08/09 15:33:11 mgreess $ */
2 // Copyright (c) 1996 James Clark
3 // See the file COPYING for copying permission.
4
5 #include "splib.h"
6
7 #ifdef SP_MANUAL_INST
8
9 #define SP_DEFINE_TEMPLATES
10 #include "Vector.h"
11 #include "NCVector.h"
12 #include "Owner.h"
13 #undef SP_DEFINE_TEMPLATES
14
15 #include "ArcProcessor.h"
16
17 #ifdef SP_NAMESPACE
18 namespace SP_NAMESPACE {
19 #endif
20
21 __instantiate(NCVector<ArcProcessor>)
22 __instantiate(Owner<ArcProcessor::MetaMapCache>)
23 __instantiate(NCVector<Owner<ArcProcessor::MetaMapCache> >)
24
25 #ifdef SP_NAMESPACE
26 }
27 #endif
28
29 #endif /* SP_MANUAL_INST */