3065 some functions in the tcp module can be static
[unleashed.git] / usr / src / cmd / man / src / util / nsgmls.src / lib / arc_inst.m4
blobc7d58a26958a369eea1b9453dc557e40a3028bbb
1 // Copyright (c) 1996 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 "NCVector.h"
11 #include "Owner.h"
12 #undef SP_DEFINE_TEMPLATES
14 #include "ArcProcessor.h"
16 #ifdef SP_NAMESPACE
17 namespace SP_NAMESPACE {
18 #endif
20 __instantiate(NCVector<ArcProcessor>)
21 __instantiate(Owner<ArcProcessor::MetaMapCache>)
22 __instantiate(NCVector<Owner<ArcProcessor::MetaMapCache> >)
24 #ifdef SP_NAMESPACE
26 #endif
28 #endif /* SP_MANUAL_INST */