19 #ifndef GNASH_STREAMPROVIDER_H
20 #define GNASH_STREAMPROVIDER_H
60 std::auto_ptr<NamingPolicy> np =
69 virtual std::auto_ptr<IOChannel> getStream(
const URL&
url,
70 bool namedCacheFile =
false)
const;
81 virtual std::auto_ptr<IOChannel> getStream(
const URL&
url,
82 const std::string& postdata,
bool namedCacheFile =
false)
const;
84 virtual std::auto_ptr<IOChannel> getStream(
const URL&
url,
85 const std::string& postdata,
87 bool namedCacheFile =
false)
const;
99 assert(_namingPolicy.get());
100 return *_namingPolicy;
124 std::auto_ptr<NamingPolicy> _namingPolicy;