00001 // Duration.cpp: implementation of the Duration class. 00002 // 00004 00005 #include "Duration.h" 00006 00008 // Construction/Destruction 00010 00011 /*Duration::Duration() 00012 { 00013 00014 } 00015 */ 00016 /*Duration::~Duration() 00017 { 00018 00019 } 00020 */
1.4.5