fdhwlib
2.0.25
|
00001 /*************************************************************************** 00002 sltduration.h - description 00003 ------------------- 00004 begin : Fr Apr 21 2006 00005 copyright : (C) 2006 by 00006 email : 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * * 00011 * This program is free software; you can redistribute it and/or modify * 00012 * it under the terms of the GNU General Public License as published by * 00013 * the Free Software Foundation; either version 2 of the License, or * 00014 * (at your option) any later version. * 00015 * * 00016 ***************************************************************************/ 00017 00018 #ifndef _HW4_SLTDURATION_H_INCLUDED 00019 #define _HW4_SLTDURATION_H_INCLUDED 00020 00021 #include <akutil/procDuration.h> 00022 00023 namespace hw4 { 00024 00025 // --- forward declaration(s) 00026 00027 class SltTime; 00028 00033 class sltDuration : public procDuration { 00034 public: 00035 sltDuration(); 00036 ~sltDuration(); 00037 00038 void setStart(SltTime *time); 00039 00040 void setEnd(SltTime *time); 00041 }; 00042 00043 } // namespace hw4 00044 00045 #endif // _HW4_SLTDURATION_H_INCLUDED