home *** CD-ROM | disk | FTP | other *** search
- /**
- * This class is designed to be packaged with a COM DLL output format.
- * The class has no standard entry points, other than the constructor.
- * Public methods will be exposed as methods on the default COM interface.
- * @com.register ( clsid=%GUID1%, typelib=%GUID2% )
- */
- public class Class1
- {
- // TODO: Add additional methods and code here
-
- /**
- * NOTE: To add auto-registration code, refer to the documentation
- * on the following method
- * public static void onCOMRegister(boolean unRegister) {}
- */
- }
-