aboutsummaryrefslogtreecommitdiff
path: root/src/rdf.hh
diff options
context:
space:
mode:
authortradke <tradke@83718e91-0e4f-0410-abf4-91180603181f>2006-07-11 16:47:42 +0000
committertradke <tradke@83718e91-0e4f-0410-abf4-91180603181f>2006-07-11 16:47:42 +0000
commit7210330d8b4d3156db266b20e0eb2c5b0179a7f3 (patch)
tree7d2b723f955818d38d387d1745e24f970a1b02c0 /src/rdf.hh
parent195a6860242988571c3546548924aec03582e629 (diff)
Use HTTP PUT to send an RDF/XML document to an RDF storage server.
Prepare for sending updated information during evolution and at termination. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@95 83718e91-0e4f-0410-abf4-91180603181f
Diffstat (limited to 'src/rdf.hh')
-rw-r--r--src/rdf.hh6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/rdf.hh b/src/rdf.hh
index a0fde28..0534991 100644
--- a/src/rdf.hh
+++ b/src/rdf.hh
@@ -46,9 +46,15 @@ namespace Formaline
private:
+ std::string jobID;
+
std::string
clean (std::string const & txt)
const;
+
+ void Initial (const char* id);
+ void Update (const char* id);
+ void Final (const char* id);
};