2014-12-07 19:09:38 -05:00
|
|
|
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
|
2014-03-14 14:13:41 -04:00
|
|
|
|
2014-06-12 23:22:18 -04:00
|
|
|
#pragma once
|
2014-03-14 14:13:41 -04:00
|
|
|
|
2014-06-12 23:22:18 -04:00
|
|
|
#include "NetworkFileSystem.h"
|
2014-03-14 14:13:41 -04:00
|
|
|
|
|
|
|
|
|
2014-06-12 23:22:18 -04:00
|
|
|
/* Private dependencies
|
2014-03-14 14:13:41 -04:00
|
|
|
*****************************************************************************/
|
|
|
|
|
|
|
|
|
|
#include "Developer/DirectoryWatcher/Public/DirectoryWatcherModule.h"
|
|
|
|
|
#include "IPlatformFileSandboxWrapper.h"
|
2014-04-02 18:09:23 -04:00
|
|
|
#include "MultichannelTCP.h"
|
2014-03-14 14:13:41 -04:00
|
|
|
#include "Projects.h"
|
|
|
|
|
#include "Sockets.h"
|
|
|
|
|
#include "SocketSubsystem.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Private includes
|
|
|
|
|
*****************************************************************************/
|
|
|
|
|
|
|
|
|
|
DECLARE_LOG_CATEGORY_EXTERN(LogFileServer, Log, All);
|
|
|
|
|
|
|
|
|
|
#include "NetworkFileServerConnection.h"
|
|
|
|
|
#include "NetworkFileServer.h"
|
2014-06-12 17:02:52 -04:00
|
|
|
#include "NetworkFileServerHttp.h"
|