3065 some functions in the tcp module can be static
[unleashed.git] / usr / src / cmd / man / src / util / nsgmls.src / lib / app_inst.m4
blob9d0ba89f35f1ddb874cc89b6c5303dd6f83a141f
1 // Copyright (c) 1994 James Clark
2 // See the file COPYING for copying permission.
4 #include "splib.h"
6 #ifdef SP_MANUAL_INST
8 #define SP_DEFINE_TEMPLATES
9 #include "Vector.h"
10 #include "Owner.h"
11 #include "Options.h"
12 #undef SP_DEFINE_TEMPLATES
14 #include <stddef.h>
15 #include "CodingSystem.h"
16 #include "CmdLineApp.h"
17 #include "Event.h"
19 #ifdef SP_NAMESPACE
20 namespace SP_NAMESPACE {
21 #endif
23 __instantiate(Vector<const CmdLineApp::AppChar *>)
24 __instantiate(Owner<Encoder>)
25 __instantiate(Options<CmdLineApp::AppChar>)
26 __instantiate(Owner<EventHandler>)
28 #ifdef SP_NAMESPACE
30 #endif
32 #endif /* SP_MANUAL_INST */