2007-01-25 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.EnterpriseServices / System.EnterpriseServices.Internal / Publish.cs
index 8df2cafd54d4a901e3fa31f005f5f765d52d08ef..d6920fa6701793f1861ed015dc10326cd6afd341 100644 (file)
@@ -42,43 +42,43 @@ namespace System.EnterpriseServices.Internal
                }
 
                [MonoTODO]
-               public virtual void CreateMailBox (string RootMailServer, string MailBox, out string SmtpName, out string Domain, out string PhysicalPath, out string Error)
+               public void CreateMailBox (string RootMailServer, string MailBox, out string SmtpName, out string Domain, out string PhysicalPath, out string Error)
                {
                        throw new NotImplementedException ();
                }
 
                [MonoTODO]
-               public virtual void CreateVirtualRoot (string Operation, string FullUrl, out string BaseUrl, out string VirtualRoot, out string PhysicalPath, out string Error)
+               public void CreateVirtualRoot (string Operation, string FullUrl, out string BaseUrl, out string VirtualRoot, out string PhysicalPath, out string Error)
                {
                        throw new NotImplementedException ();
                }
 
                [MonoTODO]
-               public virtual void DeleteMailBox (string RootMailServer, string MailBox, out string Error)
+               public void DeleteMailBox (string RootMailServer, string MailBox, out string Error)
                {
                        throw new NotImplementedException ();
                }
 
                [MonoTODO]
-               public virtual void DeleteVirtualRoot (string RootWebServer, string FullUrl, out string Error)
+               public void DeleteVirtualRoot (string RootWebServer, string FullUrl, out string Error)
                {
                        throw new NotImplementedException ();
                }
 
                [MonoTODO]
-               public virtual void GacInstall (string AssemblyPath)
+               public void GacInstall (string AssemblyPath)
                {
                        throw new NotImplementedException ();
                }
 
                [MonoTODO]
-               public virtual void GacRemove (string AssemblyPath)
+               public void GacRemove (string AssemblyPath)
                {
                        throw new NotImplementedException ();
                }
 
                [MonoTODO]
-               public virtual void GetAssemblyNameForCache (string TypeLibPath, out string CachePath)
+               public void GetAssemblyNameForCache (string TypeLibPath, out string CachePath)
                {
                        throw new NotImplementedException ();
                }
@@ -90,7 +90,7 @@ namespace System.EnterpriseServices.Internal
                }
 
                [MonoTODO]
-               public virtual string GetTypeNameFromProgId (string AssemblyPath, string ProgId)
+               public string GetTypeNameFromProgId (string AssemblyPath, string ProgId)
                {
                        throw new NotImplementedException ();
                }
@@ -102,25 +102,25 @@ namespace System.EnterpriseServices.Internal
                }
 
                [MonoTODO]
-               public virtual void ProcessClientTlb (string ProgId, string SrcTlbPath, string PhysicalPath, string VRoot, string BaseUrl, string Mode, string Transport, out string AssemblyName, out string TypeName, out string Error)
+               public void ProcessClientTlb (string ProgId, string SrcTlbPath, string PhysicalPath, string VRoot, string BaseUrl, string Mode, string Transport, out string AssemblyName, out string TypeName, out string Error)
                {
                        throw new NotImplementedException ();
                }
 
                [MonoTODO]
-               public virtual void ProcessServerTlb (string ProgId, string SrcTlbPath, string PhysicalPath, string Operation, out string strAssemblyName, out string TypeName, out string Error)
+               public void ProcessServerTlb (string ProgId, string SrcTlbPath, string PhysicalPath, string Operation, out string strAssemblyName, out string TypeName, out string Error)
                {
                        throw new NotImplementedException ();
                }
 
                [MonoTODO]
-               public virtual void RegisterAssembly (string AssemblyPath)
+               public void RegisterAssembly (string AssemblyPath)
                {
                        throw new NotImplementedException ();
                }
 
                [MonoTODO]
-               public virtual void UnRegisterAssembly (string AssemblyPath)
+               public void UnRegisterAssembly (string AssemblyPath)
                {
                        throw new NotImplementedException ();
                }