-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply generic definitions wherever applicable
- Loading branch information
Lyor Goldstein
committed
Jan 14, 2016
1 parent
3e67635
commit 81908ed
Showing
73 changed files
with
2,171 additions
and
2,009 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
160 changes: 103 additions & 57 deletions
160
contrib/platform/src/com/sun/jna/platform/WindowUtils.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,14 +20,14 @@ | |
// TODO: Auto-generated Javadoc | ||
/** | ||
* The Class TlbFunction. | ||
* | ||
* | ||
* @author Tobias Wolf, [email protected] | ||
*/ | ||
public class TlbFunctionVTable extends TlbAbstractMethod { | ||
|
||
/** | ||
* Instantiates a new tlb function. | ||
* | ||
* | ||
* @param index | ||
* the index | ||
* @param typeLibUtil | ||
|
@@ -71,11 +71,6 @@ public TlbFunctionVTable(int count, int index, TypeLibUtil typeLibUtil, | |
this.replaceVariable("functionCount", String.valueOf(count)); | ||
} | ||
|
||
/* | ||
* (non-Javadoc) | ||
* | ||
* @see com.sun.jna.platform.win32.COM.tlb.imp.TlbBase#getClassTemplate() | ||
*/ | ||
@Override | ||
protected String getClassTemplate() { | ||
return "com/sun/jna/platform/win32/COM/tlb/imp/TlbFunctionVTable.template"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.