actual/packages/node-libofx/OpenSP-1.5.2/lib/Link.cxx

18 lines
222 B
C++
Raw Normal View History

2022-04-29 02:44:38 +00:00
// Copyright (c) 1994 James Clark
// See the file COPYING for copying permission.
#include "splib.h"
#include "Link.h"
#ifdef SP_NAMESPACE
namespace SP_NAMESPACE {
#endif
Link::~Link()
{
}
#ifdef SP_NAMESPACE
}
#endif