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

View File

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

View File

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

View File

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

View File

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