gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-dev] handler.h


From: Andrea Palmatè
Subject: [Gnash-dev] handler.h
Date: Sun, 24 May 2009 18:41:43 +0200

Hello,

if I compile gnash with USE_STATS_QUEUE i receive this error when compiling libnet/http.cpp

handler.h: In member function ‘gnash::CQue::que_stats_t* gnash::Handler::statsout()’: handler.h:168: error: ‘class std::map<int, gnash::CQue, std::less<int>, std::allocator<std::pair<const int, gnash::CQue> > >’ has no member named ‘stats’

why _outgoing is declared differently from _incoming in handler.h?

    CQue        _incoming;
    std::map<int, CQue>   _outgoing;

of course changing it into:

    CQue        _outgoing;

will cure the problem.

Andrea



reply via email to

[Prev in Thread] Current Thread [Next in Thread]