Commit 48a8ecdb authored by James Sedgwick's avatar James Sedgwick Committed by Viswanath Sivakumar

make AsyncSocket::WriteRequest an interface

Summary: This will allow a subsequent diff to implement file transfers as another type of write request

Test Plan: unit

Reviewed By: davejwatson@fb.com

Subscribers: net-systems@, folly-diffs@, yfeldblum, chalfant, fugalh, bmatheny

FB internal diff: D2080257

Signature: t1:2080257:1432044566:bcc0724d349879f46e3e58ee672aff7bf37fa5f6
parent e1c97644
This diff is collapsed.
......@@ -517,6 +517,7 @@ class AsyncSocket : virtual public AsyncTransportWrapper {
};
class WriteRequest;
class BytesWriteRequest;
class WriteTimeout : public AsyncTimeout {
public:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment