--- linuxsampler/trunk/src/db/InstrumentsDb.h 2007/04/16 16:02:19 1162 +++ linuxsampler/trunk/src/db/InstrumentsDb.h 2007/04/16 21:56:18 1163 @@ -158,8 +158,7 @@ * @param Dir The absolute path name of the directory. * @throws Exception - if database error occurs, or * the specified path name is invalid. - * @returns The number of directories in the specified directory - * or -1 if the directory doesn't exist. + * @returns The number of directories in the specified directory. */ int GetDirectoryCount(String Dir); @@ -287,8 +286,7 @@ * @param Dir The absolute path name of the directory. * @throws Exception - if database error occurs, or * the specified path name is invalid. - * @returns The number of instruments in the specified directory - * or -1 if the directory doesn't exist. + * @returns The number of instruments in the specified directory. */ int GetInstrumentCount(String Dir);