/[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 517 by schoenebeck, Sat May 7 20:19:10 2005 UTC revision 518 by schoenebeck, Sun May 8 16:19:34 2005 UTC
# Line 539  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.517  
changed lines
  Added in v.518

  ViewVC Help
Powered by ViewVC