Browse Source

[1179] small comment addition

Jelte Jansen 13 years ago
parent
commit
f1fef139db
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/lib/python/isc/datasrc/finder_python.cc

+ 2 - 1
src/lib/python/isc/datasrc/finder_python.cc

@@ -48,7 +48,8 @@ using namespace isc::datasrc::python;
 namespace isc_datasrc_internal {
 // This is the shared code for the find() call in the finder and the updater
 // Is is intentionally not available through any header, nor at our standard
-// namespace.
+// namespace, as it is not supposed to be called anywhere but from finder and
+// updater
 PyObject* ZoneFinder_helper(ZoneFinder* finder, PyObject* args) {
     if (finder == NULL) {
         PyErr_SetString(getDataSourceException("Error"),