| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright 2009, Google Inc. | 2 * Copyright 2009, Google Inc. |
| 3 * All rights reserved. | 3 * All rights reserved. |
| 4 * | 4 * |
| 5 * Redistribution and use in source and binary forms, with or without | 5 * Redistribution and use in source and binary forms, with or without |
| 6 * modification, are permitted provided that the following conditions are | 6 * modification, are permitted provided that the following conditions are |
| 7 * met: | 7 * met: |
| 8 * | 8 * |
| 9 * * Redistributions of source code must retain the above copyright | 9 * * Redistributions of source code must retain the above copyright |
| 10 * notice, this list of conditions and the following disclaimer. | 10 * notice, this list of conditions and the following disclaimer. |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 importlib("stdole2.tlb"); | 82 importlib("stdole2.tlb"); |
| 83 [ | 83 [ |
| 84 uuid(9666A772-407E-4F90-BC37-982E8160EB2D), | 84 uuid(9666A772-407E-4F90-BC37-982E8160EB2D), |
| 85 //control, | 85 //control, |
| 86 helpstring("HostControl Class") | 86 helpstring("HostControl Class") |
| 87 ] | 87 ] |
| 88 coclass HostControl | 88 coclass HostControl |
| 89 { | 89 { |
| 90 [default] interface IHostControl; | 90 [default] interface IHostControl; |
| 91 }; | 91 }; |
| 92 | |
| 93 [ | |
| 94 uuid(1D68424D-7A71-4b61-AE5C-56DBCD8B0E53), | |
| 95 ] | |
| 96 coclass NPObjectProxy | |
| 97 { | |
| 98 [default] interface INPObjectProxy; | |
| 99 }; | |
| 100 }; | 92 }; |
| OLD | NEW |