diff options
Diffstat (limited to 'raul/AtomRaptor.h')
-rw-r--r-- | raul/AtomRaptor.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/raul/AtomRaptor.h b/raul/AtomRaptor.h index 9323918..87f871f 100644 --- a/raul/AtomRaptor.h +++ b/raul/AtomRaptor.h @@ -1,11 +1,11 @@ -/* This file is part of Ingen. Copyright (C) 2006 Dave Robillard. +/* This file is part of Raul. Copyright (C) 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. * @@ -26,6 +26,9 @@ using std::cerr; using std::endl; #define U(x) ((const unsigned char*)(x)) +namespace Raul { + + /** Support for serializing an Atom to/from RDF (via raptor, a part of librdf). * * (Here to prevent a unnecessary raptor dependency for Atom). @@ -96,4 +99,6 @@ public: }; +} // namespace Raul + #endif // RAUL_ATOM_RAPTOR_H |