Add ISO9660::FS - the cdio portion of ISO9660 reading.

iso9600.h: another function rename to be more consistent.
This commit is contained in:
rocky
2006-03-06 21:54:56 +00:00
parent 42b0b841d0
commit 7a3ded9bd7
7 changed files with 357 additions and 40 deletions

View File

@@ -1,5 +1,5 @@
/* -*- C++ -*-
$Id: cdio.hpp,v 1.9 2006/03/05 06:52:15 rocky Exp $
$Id: cdio.hpp,v 1.10 2006/03/06 21:54:56 rocky Exp $
Copyright (C) 2005, 2006 Rocky Bernstein <rocky@panix.com>
@@ -174,6 +174,9 @@ class CdioDevice
{
public:
CdIo_t *p_cdio; // Make private? If so, subclasses would have to
// use their own.
CdioDevice()
{
p_cdio = (CdIo_t *) NULL;
@@ -191,8 +194,6 @@ public:
#include "mmc.hpp"
#include "read.hpp"
private:
CdIo_t *p_cdio;
};
/* Things related to devices. No class or object is needed. */