00001 #ifndef DVLOGIN_XML_SNDRCV_H
00002 #define DVLOGIN_XML_SNDRCV_H
00003
00004
00005 #include <string>
00006 #include <iostream>
00007 #include <stdexcept>
00008 #include <dvxml/xml.h>
00009
00010 namespace Dv {
00011 namespace Xml {
00012
00013
00014
00015
00016
00017
00018 void receive(Dv::Xml::Document& document, std::istream& is) throw (Dv::Xml::Exception);
00019
00020
00021
00022
00023
00024
00025 void send(const Dv::Xml::Document& document, std::ostream& os) throw (Dv::Xml::Exception);
00026
00027 }}
00028 #endif