[Groonga-commit] groonga/grnxx [master] Fix comments.

アーカイブの一覧に戻る

susumu.yata null+****@clear*****
Thu Dec 6 20:02:48 JST 2012


susumu.yata	2012-12-06 20:02:48 +0900 (Thu, 06 Dec 2012)

  New Revision: 8c65bd6591bcdfb982aa35b8265c46fba8ca7c5b
  https://github.com/groonga/grnxx/commit/8c65bd6591bcdfb982aa35b8265c46fba8ca7c5b

  Log:
    Fix comments.

  Modified files:
    lib/io/file.hpp

  Modified: lib/io/file.hpp (+1 -4)
===================================================================
--- lib/io/file.hpp    2012-12-06 18:43:19 +0900 (c34458a)
+++ lib/io/file.hpp    2012-12-06 20:02:48 +0900 (030791d)
@@ -32,8 +32,7 @@ typedef FlagsImpl<FileFlagsIdentifier> FileFlags;
 
 // FILE_WRITE_ONLY is ignored if FILE_READ_ONLY is enabled.
 // FILE_READ_ONLY is disabled if FILE_CREATE is specified.
-// If both flags are not set, and object is created/opened/mapped in
-// read-write mode.
+// If both flags are not set, a file is created/opened in read-write mode.
 
 // Read-only mode.
 constexpr FileFlags FILE_READ_ONLY      = FileFlags::define(0x0001);
@@ -43,8 +42,6 @@ constexpr FileFlags FILE_WRITE_ONLY     = FileFlags::define(0x0002);
 // FILE_APPEND is ignored if FILE_READ_ONLY is enabled.
 // FILE_CREATE disables FILE_READ_ONLY.
 // FILE_OPEN is enabled if FILE_CREATE is not specified.
-// If both FILE_CREATE and FILE_OPEN are set, it first tries to create
-// an object and, if already exists, then tries to open the existing object.
 // FILE_TEMPORARY disables other flags.
 
 // Append mode.
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る