fdhwlib  2.0.25
/home/kopmann/git-mirror/fdhwlib/fdhwlib/FE/fepagestatus.h
Go to the documentation of this file.
00001 /***************************************************************************
00002     fepagestatus.h  -  description
00003 
00004     begin                : Wed Mar 26 2003
00005     copyright            : (C) 2003 by A Kopmann
00006     email                : kopmann@ipe.fzk.de
00007     status               :
00008     test                 :
00009     history              :
00010  ***************************************************************************/
00011 
00012 
00013 #ifndef FEPAGESTATUS_H
00014 #define FEPAGESTATUS_H
00015 
00016 #include <Hw/sltpagestatus.h>
00017 
00022 class FEpageStatus : public SltPageStatus  {
00023 public: 
00024         FEpageStatus() { }
00025         FEpageStatus(SltPageStatus status) : SltPageStatus(status) { }
00026 
00027         ~FEpageStatus() { }
00028 
00029 };
00030 
00031 #endif