OpenSceneGraph/src/osgPlugins/flt/LongIDRecord.cpp
Robert Osfield 83a142b944 Fixed the copying of LongIDRecord's strings in flt plugin so it now uses the record length-4,
to create the string. Also Removed some in appropriate comments from LongIDRecord, since they
were obvious and hang over of a copy and paste job on the code.
2002-04-15 08:51:11 +00:00

27 lines
285 B
C++

// LongIDRecord.cpp
#include "flt.h"
#include "Registry.h"
#include "LongIDRecord.h"
using namespace flt;
RegisterRecordProxy<LongIDRecord> g_LongIDProxy;
LongIDRecord::LongIDRecord()
{
}
// virtual
LongIDRecord::~LongIDRecord()
{
}
// virtual
void LongIDRecord::endian()
{
}