/[svn]/libgig/trunk/src/DLS.cpp
ViewVC logotype

Diff of /libgig/trunk/src/DLS.cpp

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

revision 384 by schoenebeck, Thu Feb 17 02:22:26 2005 UTC revision 518 by schoenebeck, Sun May 8 16:19:34 2005 UTC
# Line 429  namespace DLS { Line 429  namespace DLS {
429    
430          pSamples     = NULL;          pSamples     = NULL;
431          pInstruments = NULL;          pInstruments = NULL;
         Instruments  = 0;  
432      }      }
433    
434      File::~File() {      File::~File() {
# Line 540  namespace DLS { Line 539  namespace DLS {
539          std::cout << "DLS::Exception: " << Message << std::endl;          std::cout << "DLS::Exception: " << Message << std::endl;
540      }      }
541    
542    
543    // *************** functions ***************
544    // *
545    
546        /**
547         * Returns the name of this C++ library. This is usually "libgig" of
548         * course. This call is equivalent to RIFF::libraryName() and
549         * gig::libraryName().
550         */
551        String libraryName() {
552            return PACKAGE;
553        }
554    
555        /**
556         * Returns version of this C++ library. This call is equivalent to
557         * RIFF::libraryVersion() and gig::libraryVersion().
558         */
559        String libraryVersion() {
560            return VERSION;
561        }
562    
563  } // namespace DLS  } // namespace DLS

Legend:
Removed from v.384  
changed lines
  Added in v.518

  ViewVC Help
Powered by ViewVC