-rw-r--r-- | URLSource.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/URLSource.h b/URLSource.h new file mode 100644 index 0000000..d7c9b87 --- a/dev/null +++ b/URLSource.h | |||
@@ -0,0 +1,5 @@ | |||
1 | |||
2 | class CURLSource : public COleDataSource{ | ||
3 | public: | ||
4 | CURLSource(LPCTSTR strURL); | ||
5 | }; \ No newline at end of file | ||