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

26 lines
405 B
C++
Raw Normal View History

2022-04-29 02:44:38 +00:00
// Copyright (c) 1995 James Clark
// See the file COPYING for copying permission.
#ifdef __GNUG__
#pragma implementation
#endif
#include "splib.h"
#include "Boolean.h"
#include "EventGenerator.h"
EventGenerator::~EventGenerator()
{
}
void EventGenerator::inhibitMessages(bool)
{
}
EventGenerator *
EventGenerator::makeSubdocEventGenerator(const SGMLApplication::Char *,
size_t)
{
return 0;
}