Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
doc:logging:tutorials-cpp [2014/09/19 15:15] – [Non-Default Contexts] winklerdoc:logging:tutorials-cpp [2014/09/19 15:19] (current) – [Non-Default Contexts] winkler
Line 309: Line 309:
  
 Custom namespaces can therefore be registered by calling Custom namespaces can therefore be registered by calling
-`void BeliefstateClient::registerOWLNamespace(std::string strShortcut, std::string strIRI);` +''void BeliefstateClient::registerOWLNamespace(std::string strShortcut, std::string strIRI);'' 
-where the shortcut is the short version of the namespace, i.e. `sim`, and the IRI is the actual URL you want to have associated.+where the shortcut is the short version of the namespace, i.e. ''sim'', and the IRI is the actual URL you want to have associated.
 ==== Sample Program ==== ==== Sample Program ====
  
 A complete sample program depicting the ''beliefstate_client'' usage can be found [[doc:logging:tutorials-cpp:sample-program|here]]. A complete sample program depicting the ''beliefstate_client'' usage can be found [[doc:logging:tutorials-cpp:sample-program|here]].