]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Client/src/principal.cpp
- Se completa un poco la doc del cliente.
[z.facultad/75.42/plaqui.git] / Client / src / principal.cpp
index 9fabc78261b259b78750d606e5ae56d59c01346e..89caf8233ccf2161847e4119c618a0354b10b35d 100644 (file)
@@ -414,7 +414,8 @@ void Principal::loadXML()
        xmlDocPtr document;
        document = xmlParseMemory(xml_body.c_str(),xml_body.size());
        if (document == NULL) {
-               std::cout << "EEERRRRRRROOOOOOOOOO" << std::endl;
+               txt_view->get_buffer()->insert(txt_view->get_buffer()->begin(),"No se pudo cargar XML enviado por el servidor.");
+               is_xml_loaded = false;
                return;
        }
        is_xml_loaded = true;
@@ -807,7 +808,7 @@ void Principal::read_status_xml(const std::string &frame)
        xmlDocPtr document;
        document = xmlParseMemory(frame.c_str(),frame.size());
        if (document == NULL) {
-               std::cout << "read_status_xml::no se creo documento" << std::endl;
+               txt_view->get_buffer()->insert(txt_view->get_buffer()->begin(), "ERROR : No se pudo leer el Ășltimo frame!\n");
                return;
        }