MOOS 0.2375
|
#include "MOOSGenLib/MOOSGenLibGlobalHelper.h"
#include "MOOSGenLib/MOOSAssert.h"
#include "MOOSLIB/XPCTcpSocket.h"
#include "MOOSLIB/MOOSCommClient.h"
#include "MOOSGenLib/MOOSLock.h"
#include "MOOSLIB/MOOSException.h"
#include <signal.h>
#include "HTTPConnection.h"
#include <sstream>
Go to the source code of this file.
Classes | |
class | CHTMLTag |
Functions | |
char | CharFromHex (std::string a) |
std::string | Decode (std::string Text) |
char CharFromHex | ( | std::string | a | ) |
Definition at line 283 of file HTTPConnection.cpp.
std::string Decode | ( | std::string | Text | ) |
Definition at line 292 of file HTTPConnection.cpp.