Browse Source

[2851] updated description of NOT_WRITABLE.

"yet" seemed to be confusing; while we could explain it more, it's probably
not much of interest for the caller anyway, and this is expected to be
a concise description.  so I chose it rather simpler.
JINMEI Tatuya 12 years ago
parent
commit
4d67c32a6d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib/datasrc/client_list.h

+ 2 - 2
src/lib/datasrc/client_list.h

@@ -352,8 +352,8 @@ public:
                             ///  where caching is disabled for the specific
                             ///  where caching is disabled for the specific
                             ///  data source).
                             ///  data source).
         ZONE_NOT_FOUND,     ///< Zone does not exist in this list.
         ZONE_NOT_FOUND,     ///< Zone does not exist in this list.
-        CACHE_NOT_WRITABLE, ///< The cache is not (yet) writable (and zones
-                            ///  zones can't be loaded)
+        CACHE_NOT_WRITABLE, ///< The cache is not writable (and zones can't
+                            ///  be loaded)
         DATASRC_NOT_FOUND,  ///< Specific data source for load is specified
         DATASRC_NOT_FOUND,  ///< Specific data source for load is specified
                             ///  but it's not in the list
                             ///  but it's not in the list
         ZONE_SUCCESS        ///< Zone to be cached is successfully found and
         ZONE_SUCCESS        ///< Zone to be cached is successfully found and