Autodesk FDO Provider for Oracle API Reference

Oracle Provider API

API Reference Autodesk FDO Provider for Oracle

OracleOv.h

Go to the documentation of this file.
00001 /*
00002  //
00003 // (C) Copyright 1990-2005 by Autodesk, Inc.
00004 //
00005 //
00006 //
00007 // By using this code, you are agreeing to the terms
00008 // and conditions of the License Agreement that appeared
00009 // and was accepted upon download or installation
00010 // (or in connection with the download or installation)
00011 // of the Autodesk software in which this code is included.
00012 // All permissions on use of this code are as set forth
00013 // in such License Agreement provided that the above copyright
00014 // notice appears in all authorized copies and that both that
00015 // copyright notice and the limited warranty and
00016 // restricted rights notice below appear in all supporting
00017 // documentation.
00018 //
00019 // AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
00020 // AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
00021 // MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE.  AUTODESK, INC.
00022 // DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
00023 // UNINTERRUPTED OR ERROR FREE.
00024 //
00025 // Use, duplication, or disclosure by the U.S. Government is subject to
00026 // restrictions set forth in FAR 52.227-19 (Commercial Computer
00027 // Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
00028 // (Rights in Technical Data and Computer Software), as applicable.
00029 //
00030 
00031  *
00032  */
00033 
00034 #ifndef FDOORACLE_OV_H
00035 #define FDOORACLE_OV_H
00036 #ifdef _WIN32
00037 #pragma once
00038 #endif
00039 
00040 // The following ifdef block is the standard way of creating macros which make exporting
00041 // from a DLL simpler. All files within this DLL are compiled with the FDOORACLE_OV_EXPORTS
00042 // symbol defined.  The FDO_EXPORTS symbol should not be defined on any project
00043 // that uses this DLL. This way any other project whose source files include this file see
00044 // FDOORACLE_OV_API functions as being imported from a DLL, whereas this DLL sees symbols
00045 // defined with this macro as being exported.
00046 #ifdef _WIN32
00047 #ifdef FDOORACLE_OV_EXPORTS
00048 #define FDOORACLE_OV_API __declspec(dllexport)
00049 #else
00050 #define FDOORACLE_OV_API __declspec(dllimport)
00051 #endif
00052 #else
00053 #define FDOORACLE_OV_API
00054 #endif
00055 
00056 #endif // FDOORACLE_OV_H
00057 
00058 

Comments?