mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 20:35:17 +02:00
19 lines
No EOL
242 B
C++
19 lines
No EOL
242 B
C++
//
|
|
// NodeData.cpp
|
|
// hifi
|
|
//
|
|
// Created by Stephen Birarda on 2/19/13.
|
|
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved.
|
|
//
|
|
|
|
#include "NodeData.h"
|
|
|
|
NodeData::NodeData() :
|
|
_mutex()
|
|
{
|
|
|
|
}
|
|
|
|
NodeData::~NodeData() {
|
|
|
|
} |