[Assorted-commits] SF.net SVN: assorted: [454] cpp-commons/trunk/src
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-02-15 18:46:57
|
Revision: 454 http://assorted.svn.sourceforge.net/assorted/?rev=454&view=rev Author: yangzhang Date: 2008-02-15 10:47:01 -0800 (Fri, 15 Feb 2008) Log Message: ----------- moved cppcommons.cpp to test/all.cc Added Paths: ----------- cpp-commons/trunk/src/test/all.cc Removed Paths: ------------- cpp-commons/trunk/src/commons/cppcommons.cpp Deleted: cpp-commons/trunk/src/commons/cppcommons.cpp =================================================================== --- cpp-commons/trunk/src/commons/cppcommons.cpp 2008-02-15 18:46:09 UTC (rev 453) +++ cpp-commons/trunk/src/commons/cppcommons.cpp 2008-02-15 18:47:01 UTC (rev 454) @@ -1,35 +0,0 @@ -/*************************************************************************** - * Copyright (C) 2007 by Yang Zhang * - * gmail:yaaang * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU Library General Public License as * - * published by the Free Software Foundation; either version 2 of the * - * License, or (at your option) any later version. * - * * - * This program 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 Library General Public * - * License along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - ***************************************************************************/ - - -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif - -#include <commons/boost/threads.h> -#include <commons/check.h> -#include <commons/cpuid.h> -#include <commons/files.h> -#include <commons/hash.h> -#include <commons/strings.h> -#include <commons/time.h> -#include <commons/threads.h> -#include <commons/x86asm.h> - Copied: cpp-commons/trunk/src/test/all.cc (from rev 446, cpp-commons/trunk/src/commons/cppcommons.cpp) =================================================================== --- cpp-commons/trunk/src/test/all.cc (rev 0) +++ cpp-commons/trunk/src/test/all.cc 2008-02-15 18:47:01 UTC (rev 454) @@ -0,0 +1,35 @@ +/*************************************************************************** + * Copyright (C) 2007 by Yang Zhang * + * gmail:yaaang * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU Library General Public License as * + * published by the Free Software Foundation; either version 2 of the * + * License, or (at your option) any later version. * + * * + * This program 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 Library General Public * + * License along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + ***************************************************************************/ + + +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + +#include <commons/boost/threads.h> +#include <commons/check.h> +#include <commons/cpuid.h> +#include <commons/files.h> +#include <commons/hash.h> +#include <commons/strings.h> +#include <commons/time.h> +#include <commons/threads.h> +#include <commons/x86asm.h> + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |