Skip to content
Snippets Groups Projects
Commit 57efd372 authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Playing with TUUID

parent af8c75ee
No related branches found
No related tags found
No related merge requests found
#include "TMVA/TUUID.h"
#include <string.h>
TUUID::TUUID() : fTimeLow(0)
{
}
void TUUID::GetUUID(UChar_t uuid[16]) const
{
// Return uuid in specified buffer (16 byte = 128 bits).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment