C_CMMLTime.cpp

Go to the documentation of this file.
00001 #include "stdafx.h"
00002 #include <libCMMLTags/C_CMMLTime.h>
00003 
00004 C_CMMLTime::C_CMMLTime(void)
00005 {
00006 }
00007 
00008 C_CMMLTime::~C_CMMLTime(void)
00009 {
00010 }
00011 
00012 //Accessors
00013 wstring C_CMMLTime::time() {
00014         return mTime;
00015 }
00016 
00017 //Mutators
00018 void C_CMMLTime::setTime(wstring inTime) {
00019         mTime = inTime;
00020 }

Generated on Tue Feb 15 14:54:13 2005 for oggdsf by  doxygen 1.3.9