To aid generating a cache ID, each viewer node needs a UUID. Previous iterations tried to hash a name and time, but a UUID is a much more efficient way to do this.
7 lines
49 B
C++
7 lines
49 B
C++
#include "exporter.h"
|
|
|
|
Exporter::Exporter()
|
|
{
|
|
|
|
}
|