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/Process.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'raul/Process.h') diff --git a/raul/Process.h b/raul/Process.h index a8cf043..5504440 100644 --- a/raul/Process.h +++ b/raul/Process.h @@ -1,4 +1,4 @@ -/* This file is part of Raul. Copyright (C) 2006 Dave Robillard. +/* This file is part of Raul. Copyright (C) 2007 Dave Robillard. * * 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 @@ -22,6 +22,8 @@ #include #include +namespace Raul { + /** A child process. * @@ -82,4 +84,6 @@ private: }; +} // namespace Raul + #endif // RAUL_PROCESS_H -- cgit v1.2.1