Program Listing for File SystemUtils.h

Return to documentation for file (axr.sdk/utils/SystemUtils.h)

// Copyright (C) AcceleratXR, Inc. All rights reserved.
//
// Author: Jean-Philippe Steinmetz <info@acceleratxr.com>
#pragma once

#include <cpprest/details/basic_types.h>

namespace axr {
namespace sdk {

namespace utils {
namespace system {

utility::string_t GetDeviceHash();

utility::string_t GetDeviceId();

} // namespace system
} // namespace utils
} // namespace axr
} // namespace sdk