3m9 compatible;
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / core / IJavaElementDelta.java
index f13308f..9fe7eb5 100644 (file)
@@ -237,7 +237,14 @@ public interface IJavaElementDelta {
         * @since 2.0
         */
        public int F_ARCHIVE_CONTENT_CHANGED = 0x8000;
-
+       /**
+        * Change flag indicating that a compilation unit has become a primary working copy, or that a 
+        * primary working copy has reverted to a compilation unit.
+        * This flag is only valid if the element is an <code>ICompilationUnit</code>.
+        * 
+        * @since 3.0
+        */
+       public int F_PRIMARY_WORKING_COPY = 0x10000;
        /**
         * Returns deltas for the children that have been added.
         * @return deltas for the children that have been added