removed author tags
This commit is contained in:
@@ -27,10 +27,7 @@
|
||||
package com.jacob.com;
|
||||
|
||||
/**
|
||||
* @author joe
|
||||
*
|
||||
* TODO To change the template for this generated type comment go to
|
||||
* Window - Preferences - Java - Code Style - Code Templates
|
||||
* COM Fail Exception class raise dwhen there is a problem
|
||||
*/
|
||||
public class ComFailException extends ComException {
|
||||
/**
|
||||
|
||||
@@ -27,10 +27,7 @@
|
||||
package com.jacob.com;
|
||||
|
||||
/**
|
||||
* @author joe
|
||||
*
|
||||
* TODO To change the template for this generated type comment go to
|
||||
* Window - Preferences - Java - Code Style - Code Templates
|
||||
* represents a COM level thread
|
||||
*/
|
||||
public abstract class ComThread {
|
||||
private static final int MTA = 0x0;
|
||||
|
||||
@@ -31,6 +31,10 @@ package com.jacob.com;
|
||||
|
||||
import java.lang.reflect.Array;
|
||||
|
||||
/**
|
||||
* Object represents MS level dispatch object. You're going to live here
|
||||
* a lot
|
||||
*/
|
||||
public class Dispatch extends JacobObject
|
||||
{
|
||||
public int m_pDispatch;
|
||||
|
||||
@@ -30,10 +30,7 @@
|
||||
package com.jacob.com;
|
||||
|
||||
/**
|
||||
* @author joe
|
||||
*
|
||||
* TODO To change the template for this generated type comment go to Window -
|
||||
* Preferences - Java - Code Style - Code Templates
|
||||
* ???
|
||||
*/
|
||||
public class DispatchEvents extends JacobObject {
|
||||
int m_pConnPtProxy = 0;
|
||||
|
||||
@@ -29,6 +29,10 @@
|
||||
*/
|
||||
package com.jacob.com;
|
||||
|
||||
/**
|
||||
* The multi-format data type used for all call backs and most
|
||||
* communications between Java and COM
|
||||
*/
|
||||
public class Variant extends JacobObject implements java.io.Serializable
|
||||
{
|
||||
int m_pVariant = 0;
|
||||
|
||||
Reference in New Issue
Block a user