[svn] r7448: vs-plugin/trunk/Nemerle.Compiler.Utils: . Nemerle.Completion2/Engine/CompletionElemFlags.n Ne...

VladD2 svnadmin at nemerle.org
Mon Feb 19 06:14:19 CET 2007


Log:
Lost files.

Author: VladD2
Date: Mon Feb 19 06:14:17 2007
New Revision: 7448

Added:
   vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Engine/CompletionElemFlags.n
Modified:
   vs-plugin/trunk/Nemerle.Compiler.Utils/   (props changed)
   vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Engine/Engine.Completion.n

Added: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Engine/CompletionElemFlags.n
==============================================================================
--- (empty file)
+++ vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Engine/CompletionElemFlags.n	Mon Feb 19 06:14:17 2007
@@ -0,0 +1,14 @@
+using System;
+using System.Collections.Generic;
+using System.Text;
+
+namespace Nemerle.Completion2
+{
+  // Description of Class1
+  [Flags]
+  public enum CompletionElemFlags
+  {
+    | None
+    | ForOverride
+  }
+}
\ No newline at end of file

Modified: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Engine/Engine.Completion.n
==============================================================================



More information about the svn mailing list