// Copyright (c) 2012 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 "quiche/quic/test_tools/simulator/port.h" #include <string> namespace quic { namespace simulator { Packet::Packet() : … { … } Packet::~Packet() { … } Packet::Packet(const Packet& packet) = default; Endpoint::Endpoint(Simulator* simulator, std::string name) : … { … } } // namespace simulator } // namespace quic