mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 10:44:34 +02:00
16 lines
No EOL
299 B
C++
16 lines
No EOL
299 B
C++
//
|
|
// DomainServerNodeData.cpp
|
|
// hifi
|
|
//
|
|
// Created by Stephen Birarda on 2/6/2014.
|
|
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved.
|
|
//
|
|
|
|
#include "DomainServerNodeData.h"
|
|
|
|
DomainServerNodeData::DomainServerNodeData() :
|
|
_sessionSecretHash(),
|
|
_staticAssignmentUUID()
|
|
{
|
|
|
|
} |