-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 @@ +
+class CURLSource : public COleDataSource {
+public:
+ CURLSource(LPCTSTR strURL);
+};
\ No newline at end of file |