Page Speed Optimization Libraries
1.3.25.1
|
00001 // Copyright 2010 Google Inc. 00014 00019 00020 #ifndef NET_INSTAWEB_HTTP_PUBLIC_URL_POLLABLE_ASYNC_FETCHER_H_ 00021 #define NET_INSTAWEB_HTTP_PUBLIC_URL_POLLABLE_ASYNC_FETCHER_H_ 00022 00023 #include "net/instaweb/util/public/basictypes.h" 00024 #include "net/instaweb/http/public/url_async_fetcher.h" 00025 00026 namespace net_instaweb { 00027 00028 class UrlPollableAsyncFetcher : public UrlAsyncFetcher { 00029 public: 00030 virtual ~UrlPollableAsyncFetcher(); 00031 00034 virtual int Poll(int64 max_wait_ms) = 0; 00035 }; 00036 00037 } 00038 00039 #endif ///< NET_INSTAWEB_HTTP_PUBLIC_URL_POLLABLE_ASYNC_FETCHER_H_