]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Server/src/string.cpp
Se corrigen algunos errores. Tengo un problema con la sobrecarga del operator>> ...
[z.facultad/75.42/plaqui.git] / Server / src / string.cpp
index edc522c3d17a6c4312205d5f74df1978175592ae..7062bb0ab222e76ddead307c629748dbfaa77f54 100644 (file)
 #endif // DEBUG
 
 const std::string PlaQui::Server::String::SPACE_CHARS = " \t\n\r";
-                       
+
+PlaQui::Server::String::~String(void) {
+}
+
 PlaQui::Server::String::String(const std::string& str):
                std::string(str.c_str()) {
 }