X-Git-Url: http://plrg.eecs.uci.edu/git/?p=iotcloud.git;a=blobdiff_plain;f=version2%2Fsrc%2FC%2FURL.h;h=72139c35f4b9ef7b00db205188a8f6d5f1872fe1;hp=762c1ae5403244741bed4971d741fac1aa8cb6f5;hb=e9b05be069860b5a810b55b30ae07c2ce48af407;hpb=4ab169190962b318562aa60088e9b7e1547917f4 diff --git a/version2/src/C/URL.h b/version2/src/C/URL.h index 762c1ae..72139c3 100644 --- a/version2/src/C/URL.h +++ b/version2/src/C/URL.h @@ -1,5 +1,8 @@ #ifndef URL_H #define URL_H +#include "common.h" class URL { + public: + URL(IoTString *string); }; #endif