From 313b72645b514918ac30fed555c34160853a0dfc Mon Sep 17 00:00:00 2001 From: liang_mike Date: Fri, 11 Sep 2009 21:03:37 +0000 Subject: [PATCH] BlockingBlockWrite was replaced by BlockingBlock --- .../interfaces/BlockingBlockWrite.nc | 31 ------------------- 1 file changed, 31 deletions(-) delete mode 100644 tos/lib/tosthreads/interfaces/BlockingBlockWrite.nc diff --git a/tos/lib/tosthreads/interfaces/BlockingBlockWrite.nc b/tos/lib/tosthreads/interfaces/BlockingBlockWrite.nc deleted file mode 100644 index 83f79c4c..00000000 --- a/tos/lib/tosthreads/interfaces/BlockingBlockWrite.nc +++ /dev/null @@ -1,31 +0,0 @@ -/* - * Copyright (c) 2008 Johns Hopkins University. - * All rights reserved. - * - * Permission to use, copy, modify, and distribute this software and its - * documentation for any purpose, without fee, and without written - * agreement is hereby granted, provided that the above copyright - * notice, the (updated) modification history and the author appear in - * all copies of this source code. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS `AS IS' - * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS - * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR - * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, LOSS OF USE, DATA, - * OR PROFITS) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF - * THE POSSIBILITY OF SUCH DAMAGE. -*/ - -/** - * @author Chieh-Jan Mike Liang - */ - -interface BlockingBlockWrite { - command error_t write(storage_addr_t addr, void* buf, storage_len_t len); - command error_t erase(); - command error_t sync(); -} -- 2.39.2