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

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

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

revision 1266 by persson, Thu Aug 2 14:12:55 2007 UTC revision 1292 by schoenebeck, Sat Aug 11 14:38:51 2007 UTC
# Line 3115  namespace { Line 3115  namespace {
3115    
3116      /** @brief Delete a sample.      /** @brief Delete a sample.
3117       *       *
3118       * This will delete the given Sample object from the gig file. You have       * This will delete the given Sample object from the gig file. Any
3119       * to call Save() to make this persistent to the file.       * references to this sample from Regions and DimensionRegions will be
3120         * removed. You have to call Save() to make this persistent to the file.
3121       *       *
3122       * @param pSample - sample to delete       * @param pSample - sample to delete
3123       * @throws gig::Exception if given sample could not be found       * @throws gig::Exception if given sample could not be found

Legend:
Removed from v.1266  
changed lines
  Added in v.1292

  ViewVC Help
Powered by ViewVC