Changeset 98

Show
Ignore:
Timestamp:
02/20/06 20:29:37
Author:
pvanhoof
Message:

gnome vfs stream

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libtinymail-gnomevfs/tny-vfs-stream.c

    r97 r98  
    1717 * Boston, MA 02111-1307, USA. 
    1818 */ 
     19 
     20/*  Original file: em-vfs-stream.c (Evolution source code) 
     21 * 
     22 *  Authors:  Michael Zucchi <notzed@ximian.com> 
     23 * 
     24 *  Copyright 2004 Ximian, Inc. (www.ximian.com) 
     25 * 
     26 * This program is free software; you can redistribute it and/or 
     27 * modify it under the terms of version 2 of the GNU General Public 
     28 * License as published by the Free Software Foundation. 
     29 * 
     30 * This program is distributed in the hope that it will be useful, 
     31 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     32 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     33 * General Public License for more details. 
     34 * 
     35 * You should have received a copy of the GNU General Public 
     36 * License along with this program; if not, write to the 
     37 * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 
     38 * Boston, MA 02111-1307, USA. 
     39 * 
     40 * A GnomeVFS to CamelStream mapper. 
     41 */ 
     42 
    1943 
    2044#include <string.h> 
     
    177201        } else if (res == GNOME_VFS_ERROR_EOF)  
    178202        { 
    179                 /* stream->eos = TRUE; */ 
     203                /*TODO: stream->eos = TRUE; Handle this */ 
    180204                return 0; 
    181205        }