Module: wine Branch: master Commit: 752b617746d33ad3161d3fd716c2d74b0ba3083c URL: http://source.winehq.org/git/wine.git/?a=commit;h=752b617746d33ad3161d3fd716...
Author: Huw Davies huw@codeweavers.com Date: Mon Oct 26 12:16:08 2009 +0000
include: Remove comments around annotation attributes.
---
include/crtrow.idl | 2 +- include/dbdsad.idl | 2 +- include/dbprop.idl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/crtrow.idl b/include/crtrow.idl index da26a72..98c0bce 100644 --- a/include/crtrow.idl +++ b/include/crtrow.idl @@ -32,7 +32,7 @@ interface ICreateRow : IUnknown [in, unique] IAuthenticate *pAuthenticate, [in, out, unique] DBIMPLICITSESSION *pImplSession, [in, out, unique] DBBINDURLSTATUS *pdwBindStatus, - [out, /*annotation("__deref_opt_out_opt")*/] LPOLESTR *ppwszNewURL, + [out, annotation("__deref_opt_out_opt")] LPOLESTR *ppwszNewURL, [out, iid_is(riid)] IUnknown **ppUnk);
[call_as(CreateRow)] diff --git a/include/dbdsad.idl b/include/dbdsad.idl index 1fb8c9f..ad2695e 100644 --- a/include/dbdsad.idl +++ b/include/dbdsad.idl @@ -51,7 +51,7 @@ interface IDBDataSourceAdmin : IUnknown [in, size_is(cPropertyIDSets)] const DBPROPIDSET rgPropertyIDSets[], [in, out] ULONG *pcPropertyInfoSets, [out, size_is(,*pcPropertyInfoSets)] DBPROPINFOSET **prgPropertyInfoSets, - [out, /*annotation("__deref_out_z_opt")*/] OLECHAR **ppDescBuffer); + [out, annotation("__deref_out_z_opt")] OLECHAR **ppDescBuffer);
[call_as(GetCreationProperties)] HRESULT RemoteGetCreationProperties([in] ULONG cPropertyIDSets, diff --git a/include/dbprop.idl b/include/dbprop.idl index 77ceab0..782191a 100644 --- a/include/dbprop.idl +++ b/include/dbprop.idl @@ -40,7 +40,7 @@ interface IDBProperties : IUnknown { [in, size_is(cPropertyIDSets)] const DBPROPIDSET rgPropertyIDSets[], [in, out] ULONG *pcPropertyInfoSets, [out, size_is(,*pcPropertyInfoSets)] DBPROPINFOSET **prgPropertyInfoSets, - [out, /*annotation("__deref_out_z_opt")*/] OLECHAR **ppDescBuffer); + [out, annotation("__deref_out_z_opt")] OLECHAR **ppDescBuffer);
[call_as(GetPropertyInfo)] HRESULT RemoteGetPropertyInfo( [in] ULONG cPropertyIDSets,