/[svn]/linuxsampler/trunk/src/db/InstrumentsDb.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/db/InstrumentsDb.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1162 by iliev, Mon Apr 16 15:51:18 2007 UTC revision 1163 by iliev, Mon Apr 16 21:56:18 2007 UTC
# Line 158  namespace LinuxSampler { Line 158  namespace LinuxSampler {
158               * @param Dir The absolute path name of the directory.               * @param Dir The absolute path name of the directory.
159               * @throws Exception - if database error occurs, or               * @throws Exception - if database error occurs, or
160               * the specified path name is invalid.               * the specified path name is invalid.
161               * @returns The number of directories in the specified directory               * @returns The number of directories in the specified directory.
              * or -1 if the directory doesn't exist.  
162               */               */
163              int GetDirectoryCount(String Dir);              int GetDirectoryCount(String Dir);
164    
# Line 287  namespace LinuxSampler { Line 286  namespace LinuxSampler {
286               * @param Dir The absolute path name of the directory.               * @param Dir The absolute path name of the directory.
287               * @throws Exception - if database error occurs, or               * @throws Exception - if database error occurs, or
288               * the specified path name is invalid.               * the specified path name is invalid.
289               * @returns The number of instruments in the specified directory               * @returns The number of instruments in the specified directory.
              * or -1 if the directory doesn't exist.  
290               */               */
291              int GetInstrumentCount(String Dir);              int GetInstrumentCount(String Dir);
292    

Legend:
Removed from v.1162  
changed lines
  Added in v.1163

  ViewVC Help
Powered by ViewVC