When we are passed NPStream->{ndata,pdata} in {NPN,NPP}_DestroyStream, we don't know whether it's a plugin stream or a browser stream. More...
#include <AStream.h>
Inheritance diagram for mozilla::plugins::AStream:Public Member Functions | |
| virtual bool | IsBrowserStream ()=0 |
When we are passed NPStream->{ndata,pdata} in {NPN,NPP}_DestroyStream, we don't know whether it's a plugin stream or a browser stream.
This abstract class lets us cast to the right type of object and send the appropriate message.
| virtual bool mozilla::plugins::AStream::IsBrowserStream | ( | ) | [pure virtual] |
1.7.1