ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/gr2lib/trunk/gr2lib/core/interfaces/Igrnfileinfo.cs
(Generate patch)

Comparing trunk/gr2lib/core/interfaces/Igrnfileinfo.cs (file contents):
Revision 79 by william, Thu Jul 15 21:50:56 2010 UTC vs.
Revision 82 by william, Thu Jul 15 23:36:04 2010 UTC

--- trunk/gr2lib/core/interfaces/Igrnfileinfo.cs	2010/07/15 21:50:56	79
+++ trunk/gr2lib/core/interfaces/Igrnfileinfo.cs	2010/07/15 23:36:04	82
@@ -6,7 +6,7 @@ using gr2lib.core.coretypes.implementati
 
 namespace gr2lib.core.interfaces
 {
-    public interface Igrnfileinfo : INativePointer
+    public interface Igrnfileinfo : INativePointer, IExtendedData
     {
         ArtToolInfo ArtToolInfo { get; set; }
         ExporterInfo ExporterInfo { get; set; }