home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
- Name: asiappl.h ast_asi_inc_appl_asiappl_h
-
- Description: Header file for AutoCAD SQL Interface.
- Main AutoCAD SQL header file.
-
- Author: Grisha Starchenko
- Autodesk, Inc.
- Moscow, Russia.
-
- (C) Copyright 1991-93 by Autodesk, Inc.
- ***************************************************************************
- This program is copyrighted by Autodesk, Inc. and is licensed
- to you under the following conditions. You may not distribute
- or publish the source code of this program in any form. You
- may incorporate this code in object form in derivative works
- provided such derivative works are (i.) are designed and
- intended to work solely with Autodesk, Inc. products, and
- (ii.) contain Autodesk's copyright notice "(C) Copyright
- 1988-1993 by Autodesk, Inc."
- ***************************************************************************
-
- THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED
- WARRANTY. ALL IMPLIED WARRANTIES OF FITNESS FOR ANY PARTICULAR
- PURPOSE AND OF MERCHANTABILITY ARE HEREBY DISCLAIMED.
-
- ***************************************************************************
- RESTRICTED RIGHTS LEGEND
-
- Use, duplication, or disclosure by the U.S. Government is subject
- to restrictions set forth in FAR 52.227-19 (Commerical Computer
- Software - Restricted Rights) and DFAR 252.227-7013 (c) (1) (ii)
- (Rights in Technical Data and Computer Software), as applicable.
- ***************************************************************************
-
-
- Entry Points:
-
- Modification History:
- 27 Sep 1993 - grisha - original written
- 25 Oct 1993 - grisha - added header file asiucode.h
-
- Bugs and restriction on use:
-
- Notes:
-
- *****************************************************************************/
- #ifndef ASI_ASIAPPL_H
- #define ASI_ASIAPPL_H asiapplh
-
- /***************************************************************************/
- /* INCLUDES */
- /***************************************************************************/
- #include <asiconst.h>
- #include <asiucode.h>
- #include <asi.h>
- #if defined(__cplusplus)
- #include <asiclass.h>
- #include <asiconf.h>
- #endif /* __cplusplus */
-
- #endif /* ASI_ASIAPPL_H */
- /*EOF*/
-