author | Nathan Froyd <froydnj@mozilla.com> |
Tue, 10 Sep 2013 16:56:05 -0400 | |
changeset 147159 | b28cb0ae1853e4ebca6edacb6c1d8e65da117c38 |
parent 131486 | 1683f7d9f105bb0a5e922294b3951b4df9c3017b |
permissions | -rw-r--r-- |
/* 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/. */ namespace mozilla { namespace hal_impl { void StartDiskSpaceWatcher() { } void StopDiskSpaceWatcher() { } } // namespace hal_impl } // namespace mozilla