Parent Directory
|
Revision Log
|
Patch
--- trunk/gr2lib/core/interfaces/IExporterInfo.cs 2010/07/15 22:18:29 81 +++ trunk/gr2lib/core/interfaces/IExporterInfo.cs 2010/07/15 23:36:04 82 @@ -6,13 +6,12 @@ namespace gr2lib.core.interfaces { - public interface IExporterInfo : INativePointer + public interface IExporterInfo : INativePointer, IExtendedData { string ExporterName { get; set; } granny_int32 ExporterMajorRevision { get; set; } granny_int32 ExporterMinorRevision { get; set; } granny_int32 ExporterCustomization { get; set; } granny_int32 ExporterBuildNumber { get; set; } - IntPtr ExtendedData { get; set; } } }
ViewVC Help | |
Powered by ViewVC 1.1.22 |