removed author tags

This commit is contained in:
clay_shooter
2005-01-08 17:11:15 +00:00
parent cf4a880668
commit 34a1852dd5
5 changed files with 925 additions and 926 deletions

View File

@@ -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 {
/**

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;