home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 v2.4 Fix / W95-v2.4fix.iso / ACADWIN / ASE / ASIAPPL.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-02-08  |  2.5 KB  |  64 lines

  1. /*****************************************************************************
  2.     Name: asiappl.h                               ast_asi_inc_appl_asiappl_h
  3.  
  4.     Description:  Header file for AutoCAD SQL Interface.
  5.                   Main AutoCAD SQL header file.
  6.  
  7.     Author: Grisha Starchenko
  8.             Autodesk, Inc.
  9.             Moscow, Russia.
  10.  
  11.       (C) Copyright 1991-93 by Autodesk, Inc.
  12.    ***************************************************************************
  13.       This program is copyrighted by Autodesk, Inc. and is  licensed
  14.       to you under the following conditions.  You may not distribute
  15.       or  publish the source code of this program in any form.   You
  16.       may  incorporate this code in object form in derivative  works
  17.       provided  such  derivative  works  are  (i.) are  designed and
  18.       intended  to  work  solely  with  Autodesk, Inc. products, and
  19.       (ii.)  contain  Autodesk's  copyright  notice  "(C)  Copyright
  20.       1988-1993 by Autodesk, Inc."
  21.    ***************************************************************************
  22.  
  23.       THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED
  24.       WARRANTY.  ALL IMPLIED WARRANTIES OF FITNESS FOR ANY PARTICULAR
  25.       PURPOSE AND OF MERCHANTABILITY ARE HEREBY DISCLAIMED.
  26.  
  27.    ***************************************************************************
  28.                            RESTRICTED RIGHTS LEGEND
  29.  
  30.       Use, duplication, or disclosure by the U.S. Government is subject
  31.       to restrictions set forth in FAR 52.227-19 (Commerical Computer
  32.       Software - Restricted Rights) and DFAR 252.227-7013 (c) (1) (ii)
  33.       (Rights in Technical Data and Computer Software), as applicable.
  34.    ***************************************************************************
  35.  
  36.  
  37.     Entry Points:
  38.  
  39.     Modification History:
  40.        27 Sep 1993  - grisha -  original written
  41.        25 Oct 1993  - grisha -  added header file asiucode.h
  42.  
  43.     Bugs and restriction on use:
  44.  
  45.     Notes:
  46.  
  47. *****************************************************************************/
  48. #ifndef ASI_ASIAPPL_H
  49. #define ASI_ASIAPPL_H asiapplh
  50.  
  51. /***************************************************************************/
  52. /* INCLUDES */
  53. /***************************************************************************/
  54. #include <asiconst.h>
  55. #include <asiucode.h>
  56. #include <asi.h>
  57. #if defined(__cplusplus)
  58. #include <asiclass.h>
  59. #include <asiconf.h>
  60. #endif /* __cplusplus */
  61.  
  62. #endif /* ASI_ASIAPPL_H */
  63. /*EOF*/
  64.