X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Fio%2Fasync%2Ftest%2FMockAsyncServerSocket.h;h=255c1e31337ade47d70628ffc7cce14e82ad1083;hb=cd1bdc912603c0358ba733d379a74ae90ab3a437;hp=c0956c094159ef586deaede9468ec5f8ecf08d82;hpb=321542683a01c3f334047531e9b487f047129775;p=folly.git diff --git a/folly/io/async/test/MockAsyncServerSocket.h b/folly/io/async/test/MockAsyncServerSocket.h index c0956c09..255c1e31 100644 --- a/folly/io/async/test/MockAsyncServerSocket.h +++ b/folly/io/async/test/MockAsyncServerSocket.h @@ -1,5 +1,5 @@ /* - * Copyright 2016 Facebook, Inc. + * Copyright 2015-present Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,17 +15,16 @@ */ #pragma once -#include - #include #include +#include namespace folly { namespace test { class MockAsyncServerSocket : public AsyncServerSocket { -public: + public: typedef std::unique_ptr UniquePtr; // We explicitly do not mock destroy(), since the base class implementation