ChannelDiverterChild.cpp 759 B

123456789101112131415161718192021222324252627
  1. /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
  2. /* This Source Code Form is subject to the terms of the Mozilla Public
  3. * License, v. 2.0. If a copy of the MPL was not distributed with this
  4. * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
  5. #include "mozilla/net/ChannelDiverterChild.h"
  6. #include "mozilla/net/NeckoChannelParams.h"
  7. #include "mozilla/net/HttpChannelChild.h"
  8. #include "mozilla/net/FTPChannelChild.h"
  9. #include "mozilla/net/PHttpChannelChild.h"
  10. #include "mozilla/net/PFTPChannelChild.h"
  11. #include "nsIDivertableChannel.h"
  12. namespace mozilla {
  13. namespace net {
  14. ChannelDiverterChild::ChannelDiverterChild()
  15. {
  16. }
  17. ChannelDiverterChild::~ChannelDiverterChild()
  18. {
  19. }
  20. } // namespace net
  21. } // namespace mozilla