Initial revision
This commit is contained in:
62
src/osgPlugins/flt/InstanceRecords.cpp
Normal file
62
src/osgPlugins/flt/InstanceRecords.cpp
Normal file
@@ -0,0 +1,62 @@
|
||||
// InstanceRecords.cpp
|
||||
|
||||
|
||||
#include "flt.h"
|
||||
#include "Registry.h"
|
||||
#include "InstanceRecords.h"
|
||||
|
||||
using namespace flt;
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// InstanceDefinitionRecord
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
RegisterRecordProxy<InstanceDefinitionRecord> g_InstanceDefinitionProxy;
|
||||
|
||||
|
||||
InstanceDefinitionRecord::InstanceDefinitionRecord()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
// virtual
|
||||
InstanceDefinitionRecord::~InstanceDefinitionRecord()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
void InstanceDefinitionRecord::endian()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// InstanceReferenceRecord
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
RegisterRecordProxy<InstanceReferenceRecord> g_InstanceReferenceProxy;
|
||||
|
||||
|
||||
InstanceReferenceRecord::InstanceReferenceRecord()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
// virtual
|
||||
InstanceReferenceRecord::~InstanceReferenceRecord()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
void InstanceReferenceRecord::endian()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user