Revision: 6000
Author: [email protected]
Date: Mon Aug 24 07:42:46 2009
Log: Fix typo in IE IDL file.

http://code.google.com/p/google-web-toolkit/source/detail?r=6000

Modified:
  /trunk/plugins/ie/oophm/oophm/oophm.idl

=======================================
--- /trunk/plugins/ie/oophm/oophm/oophm.idl     Sat Aug 22 16:59:24 2009
+++ /trunk/plugins/ie/oophm/oophm/oophm.idl     Mon Aug 24 07:42:46 2009
@@ -46,9 +46,9 @@
        pointer_default(unique)
  ]
  interface Iplugin : IDispatch{
-       [id(1), helpstring("OOPHM connect")] HRESULT connect([in] BSTR url, 
[in]  
BSTR sessionKey, [in] BSTR hostedServer, [in] BSTR moduleName, [in]  
hostedHtmlVersion, [out,retval] VARIANT_BOOL* ret);
+       [id(1), helpstring("OOPHM connect")] HRESULT connect([in] BSTR url, 
[in]  
BSTR sessionKey, [in] BSTR hostedServer, [in] BSTR moduleName, [in] BSTR  
hostedHtmlVersion, [out,retval] VARIANT_BOOL* ret);
        [id(2), helpstring("method testObject")] HRESULT 
testObject([out,retval]  
IDispatch** ret);
-        [id(3), helpstring("OOPHM init")] HRESULT init([in] IDispatch*  
jsniContext, [out,retval] VARIANT_BOOL* ret);
+    [id(3), helpstring("OOPHM init")] HRESULT init([in] IDispatch*  
jsniContext, [out,retval] VARIANT_BOOL* ret);
  };

  [

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to