Skip to content

Commit

Permalink
Added warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Oct 2, 2000
1 parent ea82b2b commit dd2eeec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BASIClib/RegistryFunctions.c
Expand Up @@ -90,6 +90,7 @@ void _vbpSS_deletesetting(PBasicString appName, PBasicString section)
else
{
__obtainThreadLock(&registryLock);
#warning write me!
__releaseThreadLock(&registryLock);
} /* else */
} /* _vbpSS_deletesetting */
Expand All @@ -100,6 +101,7 @@ void _vbpSSS_deletesetting(PBasicString appName,
PBasicString section,
PBasicString key)
{
#warning write me!
if (registryFileHandle == -1)
__runtimeError(ERR_PERMISSION_DENIED); /* !!! better error? */
else
Expand All @@ -123,6 +125,7 @@ void _vbpSSSV_savesetting(PBasicString appName, PBasicString section,
else
{
__obtainThreadLock(&registryLock);
#warning write me!
__releaseThreadLock(&registryLock);
} /* else */
} /* _vbpSSSV_savesetting */
Expand Down

0 comments on commit dd2eeec

Please sign in to comment.