Changeset 4121
- Timestamp:
- 09/29/03 12:58:00 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/LispOutputStream.java
r4112 r4121 3 3 * 4 4 * Copyright (C) 2003 Peter Graves 5 * $Id: LispOutputStream.java,v 1. 1 2003-09-28 19:51:01piso Exp $5 * $Id: LispOutputStream.java,v 1.2 2003-09-29 12:58:00 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 24 24 public abstract class LispOutputStream extends LispStream 25 25 { 26 public abstract void flushOutput() throws ConditionThrowable; 26 27 }
Note: See TracChangeset
for help on using the changeset viewer.