summaryrefslogtreecommitdiff
path: root/chromium/net/tools/quic/test_tools/quic_epoll_connection_helper_peer.cc
blob: e358273d0a2b3c3cda4e0031a2882831a5f6ae6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Copyright (c) 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "net/tools/quic/test_tools/quic_epoll_connection_helper_peer.h"

#include "net/tools/quic/quic_epoll_connection_helper.h"

namespace net {
namespace tools {
namespace test {

// static
void QuicEpollConnectionHelperPeer::SetWriter(QuicEpollConnectionHelper* helper,
                                              QuicPacketWriter* writer) {
  helper->writer_ = writer;
}

}  // namespace test
}  // namespace tools
}  // namespace net