compute-runtime/runtime/dll/create_tbx_sockets.cpp

17 lines
258 B
C++

/*
* Copyright (C) 2018 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "runtime/tbx/tbx_sockets_imp.h"
using namespace OCLRT;
namespace OCLRT {
TbxSockets *TbxSockets::create() {
return new TbxSocketsImp;
}
} // namespace OCLRT