2004-05-13: Mike Kestner <mkestner@ximian.com>
[mono.git] / mcs / class / System.EnterpriseServices / System.EnterpriseServices.Internal / AssemblyLocator.cs
1 // System.EnterpriseServices.Internal.AssemblyLocator.cs
2 //
3 // Author:  Mike Kestner (mkestner@ximian.com)
4 //
5 // Copyright (C) 2004 Novell, Inc.
6
7 using System;
8 using System.Runtime.InteropServices;
9
10 namespace System.EnterpriseServices.Internal
11 {
12 #if NET_1_1
13         [Guid("458aa3b5-265a-4b75-bc05-9bea4630cf18")]
14         public class AssemblyLocator : MarshalByRefObject {
15
16                 [MonoTODO]
17                 public AssemblyLocator ()
18                 {
19                         throw new NotImplementedException ();
20                 }
21
22         }
23 #endif
24 }