From 0f54badbbb95427faa6da31cffaa2da80a762b86 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Sun, 22 Apr 2007 08:41:51 +0000 Subject: [PATCH] *** empty log message *** --- ase/com/asecom.idl | 4 ++-- ase/test/cnt/Awk.cs | 4 ++-- ase/test/cnt/AwkForm.Designer.cs | 2 +- ase/test/cnt/AwkForm.cs | 4 ++-- ase/test/cnt/Program.cs | 2 +- ase/test/cnt/Properties/Resources.Designer.cs | 4 ++-- ase/test/cnt/Properties/Settings.Designer.cs | 2 +- ase/test/cnt/StdAwk.cs | 4 ++-- ase/test/cnt/asetestcnt.csproj | 2 +- 9 files changed, 14 insertions(+), 14 deletions(-) diff --git a/ase/com/asecom.idl b/ase/com/asecom.idl index 500db842..b581cebb 100644 --- a/ase/com/asecom.idl +++ b/ase/com/asecom.idl @@ -1,5 +1,5 @@ /* - * $Id: asecom.idl,v 1.7 2007-04-22 07:47:15 bacon Exp $ + * $Id: asecom.idl,v 1.8 2007-04-22 08:41:51 bacon Exp $ */ import "oaidl.idl"; @@ -156,7 +156,7 @@ interface IAwk : IDispatch [ uuid(F9C69806-16A1-4162-998A-876B33C470BF), version(1.0), - helpstring("ASE 1.0 Type Library") + helpstring("ASECOM 1.0 Type Library") ] library ASECOM { diff --git a/ase/test/cnt/Awk.cs b/ase/test/cnt/Awk.cs index 10ee21f0..2800e931 100644 --- a/ase/test/cnt/Awk.cs +++ b/ase/test/cnt/Awk.cs @@ -1,5 +1,5 @@ /* - * $Id: Awk.cs,v 1.1 2007-04-22 08:30:33 bacon Exp $ + * $Id: Awk.cs,v 1.2 2007-04-22 08:40:29 bacon Exp $ */ using System; @@ -9,7 +9,7 @@ using System.IO; using COM = System.Runtime.InteropServices.ComTypes; -namespace ASE +namespace ASETestCom { public class Awk : ASECOM.IAwkEvents { diff --git a/ase/test/cnt/AwkForm.Designer.cs b/ase/test/cnt/AwkForm.Designer.cs index a8e9c77b..c1a2e4e8 100644 --- a/ase/test/cnt/AwkForm.Designer.cs +++ b/ase/test/cnt/AwkForm.Designer.cs @@ -1,4 +1,4 @@ -namespace asetestcom_net +namespace ASETestCom { partial class AwkForm { diff --git a/ase/test/cnt/AwkForm.cs b/ase/test/cnt/AwkForm.cs index a0782000..e21062fb 100644 --- a/ase/test/cnt/AwkForm.cs +++ b/ase/test/cnt/AwkForm.cs @@ -7,7 +7,7 @@ using System.Text; using System.Windows.Forms; using System.IO; -namespace asetestcom_net +namespace ASETestCom { public partial class AwkForm : Form { @@ -18,7 +18,7 @@ namespace asetestcom_net private void btnRun_Click(object sender, EventArgs e) { - ASE.Awk awk = new ASE.StdAwk (); + Awk awk = new StdAwk (); //System.Text.Encoding.Default awk.SourceInputStream = new MemoryStream (UnicodeEncoding.UTF8.GetBytes(tbxSourceInput.Text)); diff --git a/ase/test/cnt/Program.cs b/ase/test/cnt/Program.cs index 0cdfaf15..83c09a28 100644 --- a/ase/test/cnt/Program.cs +++ b/ase/test/cnt/Program.cs @@ -2,7 +2,7 @@ using System; using System.Collections.Generic; using System.Windows.Forms; -namespace asetestcom_net +namespace ASETestCom { static class Program { diff --git a/ase/test/cnt/Properties/Resources.Designer.cs b/ase/test/cnt/Properties/Resources.Designer.cs index 905678c0..3c1d07f8 100644 --- a/ase/test/cnt/Properties/Resources.Designer.cs +++ b/ase/test/cnt/Properties/Resources.Designer.cs @@ -8,7 +8,7 @@ // //------------------------------------------------------------------------------ -namespace asetestcom_net.Properties { +namespace ASETestCom.Properties { using System; @@ -39,7 +39,7 @@ namespace asetestcom_net.Properties { internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("asetestcom_net.Properties.Resources", typeof(Resources).Assembly); + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ASETestCom.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; diff --git a/ase/test/cnt/Properties/Settings.Designer.cs b/ase/test/cnt/Properties/Settings.Designer.cs index c5f05eda..f2d75d47 100644 --- a/ase/test/cnt/Properties/Settings.Designer.cs +++ b/ase/test/cnt/Properties/Settings.Designer.cs @@ -8,7 +8,7 @@ // //------------------------------------------------------------------------------ -namespace asetestcom_net.Properties { +namespace ASETestCom.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] diff --git a/ase/test/cnt/StdAwk.cs b/ase/test/cnt/StdAwk.cs index 4c166b3e..c5458b3d 100644 --- a/ase/test/cnt/StdAwk.cs +++ b/ase/test/cnt/StdAwk.cs @@ -1,12 +1,12 @@ /* - * $Id: StdAwk.cs,v 1.1 2007-04-22 08:30:33 bacon Exp $ + * $Id: StdAwk.cs,v 1.2 2007-04-22 08:40:29 bacon Exp $ */ using System; using System.Collections.Generic; using System.Text; -namespace ASE +namespace ASETestCom { public class StdAwk: Awk { diff --git a/ase/test/cnt/asetestcnt.csproj b/ase/test/cnt/asetestcnt.csproj index a960f4b8..badb48f0 100644 --- a/ase/test/cnt/asetestcnt.csproj +++ b/ase/test/cnt/asetestcnt.csproj @@ -7,7 +7,7 @@ {F14B75D8-3ED7-4621-B5B9-E96A80B5D809} WinExe Properties - asetestcom_net + ASETestCom asecom_net