Link with C++ linker
[oweals/cde.git] / cde / programs / nsgmls / app_inst.m4
1 /* $XConsortium: app_inst.m4 /main/2 1996/08/09 15:32:58 mgreess $ */
2 // Copyright (c) 1994 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 "Owner.h"
12 #include "Options.h"
13 #undef SP_DEFINE_TEMPLATES
14
15 #include <stddef.h>
16 #include "CodingSystem.h"
17 #include "CmdLineApp.h"
18 #include "Event.h"
19
20 #ifdef SP_NAMESPACE
21 namespace SP_NAMESPACE {
22 #endif
23
24 __instantiate(Vector<const AppChar *>)
25 __instantiate(Owner<Encoder>)
26 __instantiate(Options<AppChar>)
27 __instantiate(Owner<EventHandler>)
28
29 #ifdef SP_NAMESPACE
30 }
31 #endif
32
33 #endif /* SP_MANUAL_INST */