PDNSParams.h 582 B

1234567891011121314151617181920212223
  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. #ifndef PDNSParams_h
  6. #define PDNSParams_h
  7. #include "DNS.h"
  8. #include "nsTArray.h"
  9. namespace mozilla {
  10. namespace net {
  11. // Need to define typedef in .h file--can't seem to in ipdl.h file?
  12. typedef nsTArray<NetAddr> NetAddrArray;
  13. } // namespace net
  14. } // namespace mozilla
  15. #endif // PDNSParams_h