jigdo API
Last update by Admin on 2010-05-23
job/makeimage.hh
Go to the documentation of this file.00001 /* $Id: makeimage.hh,v 1.6 2003/09/12 23:08:01 atterer Exp $ -*- C++ -*- 00002 __ _ 00003 |_) /| Copyright (C) 2003 | richard@ 00004 | \/¯| Richard Atterer | atterer.net 00005 ¯ '` ¯ 00006 This program is free software; you can redistribute it and/or modify 00007 it under the terms of the GNU General Public License, version 2. See 00008 the file COPYING for details. 00009 00010 */ 00017 #ifndef MAKEIMAGE_HH 00018 #define MAKEIMAGE_HH 00019 00020 #include <config.h> 00021 00022 #include <debug.hh> 00023 #include <jigdoconfig.hh> 00024 #include <nocopy.hh> 00025 //______________________________________________________________________ 00026 00117 class MakeImage : NoCopy { 00118 public: 00119 00125 inline explicit MakeImage(); 00126 inline ~MakeImage(); 00127 00130 // inline void setReporter(JigdoConfig::ProgressReporter* jigdoErrors); 00131 00136 // JigdoConfig config; 00137 // ConfigFile& configFile() { return config.configFile(); } 00138 }; 00139 //______________________________________________________________________ 00140 00141 MakeImage::MakeImage() { } 00142 00143 MakeImage::~MakeImage() { } 00144 00145 #endif
Generated on Tue Sep 23 14:27:41 2008 for jigdo by
