83a142b944
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.
27 lines
285 B
C++
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()
|
|
{
|
|
|
|
}
|