From aa454620bff8b6c5dcd4e0e379726307ad1918da Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 22 Jan 2007 05:00:29 +0000 Subject: Created Raul namespace. git-svn-id: http://svn.drobilla.net/lad/raul@265 a436a847-0d15-0410-975c-d299462d15a1 --- raul/Path.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'raul/Path.h') diff --git a/raul/Path.h b/raul/Path.h index 200d05e..e68d507 100644 --- a/raul/Path.h +++ b/raul/Path.h @@ -1,11 +1,11 @@ -/* This file is part of Ingen. Copyright (C) 2006-2007 Dave Robillard. +/* This file is part of Raul. Copyright (C) 2007-2007 Dave Robillard. * - * Ingen is free software; you can redistribute it and/or modify it under the + * Raul 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; either version 2 of the License, or (at your option) any later * version. * - * Ingen is distributed in the hope that it will be useful, but WITHOUT ANY + * Raul 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 details. * @@ -22,6 +22,8 @@ #include using std::string; +namespace Raul { + /** Simple wrapper around standard string with useful path-specific methods. * @@ -118,6 +120,8 @@ public: return (*this) + "/"; } }; - + + +} // namespace Raul #endif // RAUL_PATH_H -- cgit v1.2.1