~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/maccore/src/AudioUnit/_AudioConverter.cs

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
Import upstream version 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
//   AKIHIRO Uehara (u-akihiro@reinforce-lab.com)
4
4
//
5
5
// Copyright 2010 Reinforce Lab.
 
6
// Copyright 2011, 2012 Xamarin Inc
6
7
//
7
8
// Permission is hereby granted, free of charge, to any person obtaining
8
9
// a copy of this software and associated documentation files (the
31
32
 
32
33
namespace MonoMac.AudioUnitWrapper
33
34
{
 
35
    [Obsolete ("Use AudioConverter")]
34
36
    public class _AudioConverter : IDisposable
35
37
    {
36
38
        #region Variables
124
126
        }
125
127
        #endregion
126
128
 
127
 
        #region IDisposable メンバ
 
129
        #region IDisposable
128
130
        public void Dispose()
129
131
        {
130
132
            _handle.Free();