Chameleon

Chameleon Svn Source Tree

Root/branches/rewrite/i386/modules/Disk/Disk.cpp

Source at commit 1129 created 12 years 11 months ago.
By meklort, Change options.o so that it reloads the system config as well. Also change it so that it uses that config for variables (NOTE: if the calue exists in chameleonConfig, it's used instead.
1/*
2 * Copyright (c) 2011 Evan Lojewski. All rights reserved.
3 *
4 */
5#include <Disk.hpp>
6
7
8Disk::Disk()
9{
10 mName = NULL;
11}
12
13Disk::~Disk()
14{
15
16}

Archive Download this file

Revision: 1129