aboutsummaryrefslogtreecommitdiff
path: root/src/rdf.hh
diff options
context:
space:
mode:
authortradke <tradke@83718e91-0e4f-0410-abf4-91180603181f>2006-08-01 09:19:38 +0000
committertradke <tradke@83718e91-0e4f-0410-abf4-91180603181f>2006-08-01 09:19:38 +0000
commit89675b01d88750bfe336d6c9f803067d8e6a71b4 (patch)
tree970d4552243f523d8ad1e3a350bff47383fe9d7a /src/rdf.hh
parent151b03203ee1269c6156604be41a9683a18943f3 (diff)
Added utility function rdf::cleanURI() to convert a string into a correct URI
string. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@110 83718e91-0e4f-0410-abf4-91180603181f
Diffstat (limited to 'src/rdf.hh')
-rw-r--r--src/rdf.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rdf.hh b/src/rdf.hh
index e8a890f..cef3f5e 100644
--- a/src/rdf.hh
+++ b/src/rdf.hh
@@ -55,6 +55,10 @@ namespace Formaline
clean (std::string const & txt)
const;
+ std::string
+ cleanURI (std::string const & uri)
+ const;
+
void Initial (void);
void Update (cGH const * cctkGH);
};