home *** CD-ROM | disk | FTP | other *** search
- /*
- * RegIface.h
- * $Header: /bcsample/BUGBNCHX/REGIFACE.H 1 5/28/96 1:11p Dave $
- *
- * Description:
- * Functions for registering and unregistering the Interface Test Object.
- *
- * Notes:
- * <implementation notes go here>
- *
- ***********************************************************************
- *
- * Nu-Mega Technologies, Inc.
- * P.O. Box 7780
- * Nashua, NH 03060
- *
- * (c) Copyright 1994, 1995 Nu-Mega Technologies, Inc.
- * ALL RIGHTS RESERVED.
- *
- ***********************************************************************
- *
- **********************************************************************/
- #ifndef _REGIFACE_H
- #define _REGIFACE_H
-
- // Used to register the Interface Test object
- BOOL RegisterInterfaceTestObject ( ) ;
-
- // Used to un-register the Interface Test object
- BOOL UnregisterInterfaceTestObject ( ) ;
-
- #endif // _REGIFACE_H
-