[OpenSDK-cvs] openSDK/src Time_a.cc,NONE,1.1
Status: Beta
Brought to you by:
nuno-lopes
From: Nuno L. <nun...@us...> - 2007-07-16 14:28:14
|
Update of /cvsroot/opensdk/openSDK/src In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv22261 Added Files: Time_a.cc Log Message: add more stubs --- NEW FILE: Time_a.cc --- /* * This file is part of openSDK. * * Copyright (C) 2006-2007 openSDK team * * openSDK is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2. * * openSDK is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with openSDK; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * * $Id: Time_a.cc,v 1.1 2007/07/16 14:28:13 nuno-lopes Exp $ */ #include <Time_a.h> RelativeTime ConvertToRelativeTime(const SystemTime& time) { // TODO return RelativeTime(); } SystemTime ConvertToSystemTime(const RelativeTime& time) { // TODO return SystemTime(); } |