diff --git a/libraries/networking/src/Packet.cpp b/libraries/networking/src/udt/Packet.cpp similarity index 100% rename from libraries/networking/src/Packet.cpp rename to libraries/networking/src/udt/Packet.cpp diff --git a/libraries/networking/src/Packet.h b/libraries/networking/src/udt/Packet.h similarity index 100% rename from libraries/networking/src/Packet.h rename to libraries/networking/src/udt/Packet.h diff --git a/libraries/networking/src/PacketHeaders.cpp b/libraries/networking/src/udt/PacketHeaders.cpp similarity index 100% rename from libraries/networking/src/PacketHeaders.cpp rename to libraries/networking/src/udt/PacketHeaders.cpp diff --git a/libraries/networking/src/PacketHeaders.h b/libraries/networking/src/udt/PacketHeaders.h similarity index 100% rename from libraries/networking/src/PacketHeaders.h rename to libraries/networking/src/udt/PacketHeaders.h diff --git a/libraries/networking/src/udt/PacketList.cpp b/libraries/networking/src/udt/PacketList.cpp new file mode 100644 index 0000000000..dc9dd36e16 --- /dev/null +++ b/libraries/networking/src/udt/PacketList.cpp @@ -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" diff --git a/libraries/networking/src/udt/PacketList.h b/libraries/networking/src/udt/PacketList.h new file mode 100644 index 0000000000..4dc8eb2225 --- /dev/null +++ b/libraries/networking/src/udt/PacketList.h @@ -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 \ No newline at end of file diff --git a/libraries/networking/src/udt/udt.cpp b/libraries/networking/src/udt/udt.cpp new file mode 100644 index 0000000000..d580a9f7f8 --- /dev/null +++ b/libraries/networking/src/udt/udt.cpp @@ -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" diff --git a/libraries/networking/src/udt/udt.h b/libraries/networking/src/udt/udt.h new file mode 100644 index 0000000000..74803151d1 --- /dev/null +++ b/libraries/networking/src/udt/udt.h @@ -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 \ No newline at end of file