diff options
Diffstat (limited to 'hal/fallback/FallbackDiskSpaceWatcher.cpp')
-rw-r--r-- | hal/fallback/FallbackDiskSpaceWatcher.cpp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/hal/fallback/FallbackDiskSpaceWatcher.cpp b/hal/fallback/FallbackDiskSpaceWatcher.cpp new file mode 100644 index 000000000..99d144397 --- /dev/null +++ b/hal/fallback/FallbackDiskSpaceWatcher.cpp @@ -0,0 +1,19 @@ +/* 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 |