OpenCores
URL https://opencores.org/ocsvn/w11/w11/trunk

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.74/] [tools/] [src/] [librw11/] [Rw11UnitDisk.cpp] - Diff between revs 20 and 25

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 20 Rev 25
Line 1... Line 1...
// $Id: Rw11UnitDisk.cpp 509 2013-04-21 20:46:20Z mueller $
// $Id: Rw11UnitDisk.cpp 561 2014-06-09 17:22:50Z mueller $
//
//
// Copyright 2013- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
// Copyright 2013- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
//
//
// This program is free software; you may redistribute and/or modify it under
// This program is free software; you may redistribute and/or modify it under
// the terms of the GNU General Public License as published by the Free
// the terms of the GNU General Public License as published by the Free
Line 17... Line 17...
// 2013-02-19   490   0.1    First draft
// 2013-02-19   490   0.1    First draft
// ---------------------------------------------------------------------------
// ---------------------------------------------------------------------------
 
 
/*!
/*!
  \file
  \file
  \version $Id: Rw11UnitDisk.cpp 509 2013-04-21 20:46:20Z mueller $
  \version $Id: Rw11UnitDisk.cpp 561 2014-06-09 17:22:50Z mueller $
  \brief   Implemenation of Rw11UnitDisk.
  \brief   Implemenation of Rw11UnitDisk.
*/
*/
 
 
#include "librtools/Rexception.hpp"
#include "librtools/Rexception.hpp"
 
 
Line 60... Line 60...
//------------------------------------------+-----------------------------------
//------------------------------------------+-----------------------------------
//! FIXME_docs
//! FIXME_docs
 
 
void Rw11UnitDisk::SetType(const std::string& type)
void Rw11UnitDisk::SetType(const std::string& type)
{
{
  throw Rexception("Rw11UnitDisk::<ctor>",
  throw Rexception("Rw11UnitDisk::SetType",
                   string("Bad args: only type '") + fType + "' supported");
                   string("Bad args: only type '") + fType + "' supported");
  return;
  return;
}
}
 
 
//------------------------------------------+-----------------------------------
//------------------------------------------+-----------------------------------

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.