Rob Shearman : include: The unique attribute doesn' t make any sense in the interface header, so remove it.

Alexandre Julliard julliard at winehq.org
Mon Apr 14 07:14:24 CDT 2008


Module: wine
Branch: master
Commit: f86ace9067289ce867e44e4e71ee2b543f5f25e7
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f86ace9067289ce867e44e4e71ee2b543f5f25e7

Author: Rob Shearman <rob at codeweavers.com>
Date:   Mon Apr 14 10:55:25 2008 +0100

include: The unique attribute doesn't make any sense in the interface header, so remove it.

It is only accepted by MIDL as a synonym for pointer_default(unique), 
but it isn't a synonym in widl so remove it.

---

 include/indexsrv.idl |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/include/indexsrv.idl b/include/indexsrv.idl
index 85e4e66..397e691 100644
--- a/include/indexsrv.idl
+++ b/include/indexsrv.idl
@@ -50,7 +50,6 @@ typedef enum tagWORDREP_BREAK_TYPE
  *    IWordSink interface
  */
 [
-    unique,
     uuid(cc907054-c058-101a-b554-08002b33b0e6),
     object,
     local
@@ -77,7 +76,6 @@ interface IWordSink : IUnknown
  *    IPhraseSink interface
  */
 [
-    unique,
     uuid(cc906ff0-c058-101a-b554-08002b33b0e6),
     object,
     local
@@ -99,7 +97,6 @@ interface IPhraseSink: IUnknown
  *    IWordBreaker interface
  */
 [
-    unique,
     uuid(d53552c8-77e3-101a-b552-08002b33b0e6),
     object,
     local




More information about the wine-cvs mailing list