Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / nsgmls / Link.C
1 /* $XConsortium: Link.C /main/1 1996/07/29 16:55:34 cde-hp $ */
2 // Copyright (c) 1994 James Clark
3 // See the file COPYING for copying permission.
4
5 #include "splib.h"
6 #include "Link.h"
7
8 #ifdef SP_NAMESPACE
9 namespace SP_NAMESPACE {
10 #endif
11
12 Link::~Link()
13 {
14 }
15
16 #ifdef SP_NAMESPACE
17 }
18 #endif