X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=resource%2Funittests%2FOCPlatformTest.cpp;h=bed8cf3ddbc6717db419354068a2feaafaf814a0;hb=e536bc9edf0ad1fea100e07755462dc0914304eb;hp=0fea345f907d24698cf6e24014702f23ed53fb89;hpb=832527e85df668768f434521f8161204177eaf25;p=platform%2Fupstream%2Fiotivity.git diff --git a/resource/unittests/OCPlatformTest.cpp b/resource/unittests/OCPlatformTest.cpp index 0fea345..bed8cf3 100644 --- a/resource/unittests/OCPlatformTest.cpp +++ b/resource/unittests/OCPlatformTest.cpp @@ -41,7 +41,7 @@ namespace OCPlatformTest << "' " << std::endl; return fopen(SVR_DB_FILE_NAME, mode); } - OCPersistentStorage gps {client_open, fread, fwrite, fclose, unlink }; + OCPersistentStorage gps {client_open, fread, fwrite, fclose, unlink, NULL, NULL }; // Callbacks OCEntityHandlerResult entityHandler(std::shared_ptr /*request*/)