Changeset 135 for trunk


Ignore:
Timestamp:
06/28/13 23:02:26 (12 years ago)
Author:
epyon
Message:
  • file_system - bugfix
  • std_stream - TODO added
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv/interface/file_system.hh

    r124 r135  
    2626                virtual ~file_system() {}
    2727                virtual bool exists( const char* fpath ) = 0;
    28                 virtual char8 get_separator( const char* fpath ) = 0;
    2928                virtual stream* open( const char* fpath, const char* fmode = "rb" ) = 0;
    3029        };
  • trunk/src/io/std_stream.cc

    r134 r135  
    44// This file is part of NV Libraries.
    55// For conditions of distribution and use, see copyright notice in nv.hh
     6//
     7// TODO: support for write operations, see http://www.mr-edd.co.uk/blog/beginners_guide_streambuf
    68
    79#include "nv/io/std_stream.hh"
Note: See TracChangeset for help on using the changeset viewer.