Duration.cpp
Go to the documentation of this file.
00001 /*
00002  * Duration.cpp
00003  *
00004  *  Created on: Oct 27, 2011
00005  *      Author: mriedel
00006  */
00007 
00008 #include <telekyb_base/Time/Duration.hpp>
00009 
00010 namespace TELEKYB_NAMESPACE {
00011 
00012 Duration::Duration()
00013         : Time(0,0)
00014 {
00015 
00016 }
00017 
00018 Duration::Duration(long int s,long int u)
00019         : Time(s,u)
00020 {
00021 
00022 }
00023 
00024 Duration::Duration(double t)
00025         : Time(t)
00026 {
00027 
00028 }
00029 
00030 Duration::Duration(const Time& t)
00031         : Time(t)
00032 {
00033 
00034 }
00035 
00036 Duration::~Duration() {
00037         // TODO Auto-generated destructor stub
00038 }
00039 
00040 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Defines


telekyb_base
Author(s): Dr. Antonio Franchi and Martin Riedel
autogenerated on Mon Nov 11 2013 11:12:34