ScriptImpl.cc

Go to the documentation of this file.
00001 /*---------------------------------------------------------------------\
00002 |                          ____ _   __ __ ___                          |
00003 |                         |__  / \ / / . \ . \                         |
00004 |                           / / \ V /|  _/  _/                         |
00005 |                          / /__ | | | | | |                           |
00006 |                         /_____||_| |_| |_|                           |
00007 |                                                                      |
00008 \---------------------------------------------------------------------*/
00013 #include "zypp/detail/ScriptImpl.h"
00014 
00015 using namespace std;
00016 
00018 namespace zypp
00019 { 
00020 
00021   namespace detail
00022   { 
00023 
00025     //
00026     //  CLASS NAME : ScriptImpl
00027     //
00029 
00031     ScriptImpl::ScriptImpl()
00032     {}
00034     ScriptImpl::~ScriptImpl()
00035     {}
00036 
00037     Pathname ScriptImpl::do_script() const {
00038         return Pathname();
00039 //      return _do_script;
00040     }
00041 
00042     Pathname ScriptImpl::undo_script() const {
00043         return Pathname();
00044 //      return _undo_script;
00045     }
00046 
00047     bool ScriptImpl::undo_available() const {
00048       return _undo_script != "";
00049     }
00050 
00052   } // namespace detail
00055 } // namespace zypp

Generated on Thu Jul 6 00:07:20 2006 for zypp by  doxygen 1.4.6