X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Messaging%2FSystem.Messaging%2FAccessControlList.cs;h=ebc856744906485f8b93167379e96333e1488465;hb=12b712c8917ac1411c3f85436845ec53d8c33a18;hp=cb72d49c52fac99a12d042932276040c01b8f80a;hpb=234225d112c4b018b8d1796f4c06a15812137500;p=mono.git diff --git a/mcs/class/System.Messaging/System.Messaging/AccessControlList.cs b/mcs/class/System.Messaging/System.Messaging/AccessControlList.cs index cb72d49c52f..ebc85674490 100644 --- a/mcs/class/System.Messaging/System.Messaging/AccessControlList.cs +++ b/mcs/class/System.Messaging/System.Messaging/AccessControlList.cs @@ -19,53 +19,53 @@ // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // - -// -// System.Messaging -// -// Authors: -// Peter Van Isacker (sclytrack@planetinternet.be) -// -// (C) 2003 Peter Van Isacker -// -using System; -using System.Collections; - -namespace System.Messaging -{ - public class AccessControlList: CollectionBase - { - [MonoTODO] - public AccessControlList() - { - } - [MonoTODO] - public int Add(AccessControlEntry entry) { - throw new NotImplementedException(); - } - [MonoTODO] - public bool Contains(AccessControlEntry entry) { - throw new NotImplementedException(); - } - [MonoTODO] - public void CopyTo(AccessControlEntry[] array, int index) { - if (array == null) - throw new ArgumentNullException(); - if (index < 0) - throw new ArgumentOutOfRangeException(); - throw new NotImplementedException(); - } - [MonoTODO] - public int IndexOf(AccessControlEntry entry) { - throw new NotImplementedException(); - } - [MonoTODO] - public void Insert(int index, AccessControlEntry entry) { - throw new NotImplementedException(); - } - [MonoTODO] - public void Remove(AccessControlEntry entry) { - throw new NotImplementedException(); - } - } -} + +// +// System.Messaging +// +// Authors: +// Peter Van Isacker (sclytrack@planetinternet.be) +// +// (C) 2003 Peter Van Isacker +// +using System; +using System.Collections; + +namespace System.Messaging +{ + public class AccessControlList: CollectionBase + { + [MonoTODO] + public AccessControlList() + { + } + [MonoTODO] + public int Add(AccessControlEntry entry) { + throw new NotImplementedException(); + } + [MonoTODO] + public bool Contains(AccessControlEntry entry) { + throw new NotImplementedException(); + } + [MonoTODO] + public void CopyTo(AccessControlEntry[] array, int index) { + if (array == null) + throw new ArgumentNullException(); + if (index < 0) + throw new ArgumentOutOfRangeException(); + throw new NotImplementedException(); + } + [MonoTODO] + public int IndexOf(AccessControlEntry entry) { + throw new NotImplementedException(); + } + [MonoTODO] + public void Insert(int index, AccessControlEntry entry) { + throw new NotImplementedException(); + } + [MonoTODO] + public void Remove(AccessControlEntry entry) { + throw new NotImplementedException(); + } + } +}