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

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

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

revision 515 by schoenebeck, Sat May 7 20:19:10 2005 UTC revision 518 by schoenebeck, Sun May 8 16:19:34 2005 UTC
# Line 814  namespace RIFF { Line 814  namespace RIFF {
814          std::cout << "RIFF::Exception: " << Message << std::endl;          std::cout << "RIFF::Exception: " << Message << std::endl;
815      }      }
816    
817    
818    // *************** functions ***************
819    // *
820    
821        /**
822         * Returns the name of this C++ library. This is usually "libgig" of
823         * course. This call is equivalent to DLS::libraryName() and
824         * gig::libraryName().
825         */
826        String libraryName() {
827            return PACKAGE;
828        }
829    
830        /**
831         * Returns version of this C++ library. This call is equivalent to
832         * DLS::libraryVersion() and gig::libraryVersion().
833         */
834        String libraryVersion() {
835            return VERSION;
836        }
837    
838  } // namespace RIFF  } // namespace RIFF
839  #endif  #endif

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

  ViewVC Help
Powered by ViewVC