mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
Setup udt namespace/move relevant files
This commit is contained in:
parent
7a160db8dd
commit
4a22f18add
8 changed files with 54 additions and 0 deletions
12
libraries/networking/src/udt/PacketList.cpp
Normal file
12
libraries/networking/src/udt/PacketList.cpp
Normal file
|
@ -0,0 +1,12 @@
|
|||
//
|
||||
// PacketList.cpp
|
||||
//
|
||||
//
|
||||
// Created by Clement on 7/13/15.
|
||||
// Copyright 2015 High Fidelity, Inc.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
#include "PacketList.h"
|
15
libraries/networking/src/udt/PacketList.h
Normal file
15
libraries/networking/src/udt/PacketList.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
//
|
||||
// PacketList.h
|
||||
//
|
||||
//
|
||||
// Created by Clement on 7/13/15.
|
||||
// Copyright 2015 High Fidelity, Inc.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
#ifndef hifi_PacketList_h
|
||||
#define hifi_PacketList_h
|
||||
|
||||
#endif // hifi_PacketList_h
|
12
libraries/networking/src/udt/udt.cpp
Normal file
12
libraries/networking/src/udt/udt.cpp
Normal file
|
@ -0,0 +1,12 @@
|
|||
//
|
||||
// udt.cpp
|
||||
//
|
||||
//
|
||||
// Created by Clement on 7/13/15.
|
||||
// Copyright 2015 High Fidelity, Inc.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
#include "udt.h"
|
15
libraries/networking/src/udt/udt.h
Normal file
15
libraries/networking/src/udt/udt.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
//
|
||||
// udt.h
|
||||
//
|
||||
//
|
||||
// Created by Clement on 7/13/15.
|
||||
// Copyright 2015 High Fidelity, Inc.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
#ifndef hifi_udt_h
|
||||
#define hifi_udt_h
|
||||
|
||||
#endif // hifi_udt_h
|
Loading…
Reference in a new issue