Revision 1daea36338a01eecee9938e7dae7d95cbfb131b2 authored by Mark Banner on 15 February 2016, 23:43:42 UTC, committed by Mark Banner on 15 February 2016, 23:43:42 UTC
--HG--
rename : browser/extensions/loop/chrome/content/panels/panel.html => browser/extensions/loop/chrome/content/panels/slideshow.html
extra : transplant_source : %F5u%FC%831%E7%3AKnU%FA%DB%7B%B9%DD%87%D1%3C%99%9F
1 parent 73a5a25
Raw File
StreamSocketConsumer.cpp
/* -*- Mode: c++; c-basic-offset: 2; indent-tabs-mode: nil; tab-width: 40 -*- */
/* vim: set ts=2 et sw=2 tw=80: */
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "StreamSocketConsumer.h"

namespace mozilla {
namespace ipc {

//
// StreamSocketConsumer
//

StreamSocketConsumer::~StreamSocketConsumer()
{ }

}
}
back to top