From: Mukund Sivaraman Date: Mon, 28 May 2012 12:14:44 +0000 (+0530) Subject: [1704] Add note about exception thrown X-Git-Tag: trac2351_base~226^2~60^2^2~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e04531f57054b71fa83ad6bc8467e31df311d39c;p=thirdparty%2Fkea.git [1704] Add note about exception thrown --- diff --git a/src/lib/util/interprocess_sync_file.h b/src/lib/util/interprocess_sync_file.h index 84016a6736..0c99929997 100644 --- a/src/lib/util/interprocess_sync_file.h +++ b/src/lib/util/interprocess_sync_file.h @@ -38,6 +38,9 @@ public: /// interprocess synchronization mechanism. Please see the /// InterprocessSync class documentation for usage. /// +/// An InterprocessSyncFileError exception may be thrown if there is an +/// issue opening the lock file. +/// /// Lock files are created typically in the local state directory /// (var). They are typically named like "_lockfile". /// This implementation opens lock files lazily (only when