removed author tags
This commit is contained in:
@@ -27,10 +27,7 @@
|
|||||||
package com.jacob.com;
|
package com.jacob.com;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author joe
|
* COM Fail Exception class raise dwhen there is a problem
|
||||||
*
|
|
||||||
* TODO To change the template for this generated type comment go to
|
|
||||||
* Window - Preferences - Java - Code Style - Code Templates
|
|
||||||
*/
|
*/
|
||||||
public class ComFailException extends ComException {
|
public class ComFailException extends ComException {
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -27,10 +27,7 @@
|
|||||||
package com.jacob.com;
|
package com.jacob.com;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author joe
|
* represents a COM level thread
|
||||||
*
|
|
||||||
* TODO To change the template for this generated type comment go to
|
|
||||||
* Window - Preferences - Java - Code Style - Code Templates
|
|
||||||
*/
|
*/
|
||||||
public abstract class ComThread {
|
public abstract class ComThread {
|
||||||
private static final int MTA = 0x0;
|
private static final int MTA = 0x0;
|
||||||
|
|||||||
@@ -31,6 +31,10 @@ package com.jacob.com;
|
|||||||
|
|
||||||
import java.lang.reflect.Array;
|
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 class Dispatch extends JacobObject
|
||||||
{
|
{
|
||||||
public int m_pDispatch;
|
public int m_pDispatch;
|
||||||
|
|||||||
@@ -30,10 +30,7 @@
|
|||||||
package com.jacob.com;
|
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 {
|
public class DispatchEvents extends JacobObject {
|
||||||
int m_pConnPtProxy = 0;
|
int m_pConnPtProxy = 0;
|
||||||
|
|||||||
@@ -29,6 +29,10 @@
|
|||||||
*/
|
*/
|
||||||
package com.jacob.com;
|
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
|
public class Variant extends JacobObject implements java.io.Serializable
|
||||||
{
|
{
|
||||||
int m_pVariant = 0;
|
int m_pVariant = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user