Exemplo n.º 1
0
// Write bytes to the already opened SSL connection
int
SSLClient::sslWrite(amf::Buffer &buf)
{
    GNASH_REPORT_FUNCTION;

    return sslWrite(buf.reference(), buf.allocated());
}
Exemplo n.º 2
0
boost::shared_ptr<amf::Buffer>
FitcDemoTest::formatFitcDemoResponse(double num, amf::Buffer &data)
{
//    GNASH_REPORT_FUNCTION;
    return formatFitcDemoResponse(num, data.reference(), data.allocated());
}