oaDMModTypes.h

Go to the documentation of this file.
00001 // *****************************************************************************
00002 // *****************************************************************************
00003 // oaDMModTypes.h
00004 //
00005 // This file contains the definitions for the enumerated values that correspond
00006 // to modifications that can occur to various dm database objects.
00007 //
00008 // *****************************************************************************
00009 // Except as specified in the OpenAccess terms of use of Cadence or Silicon
00010 // Integration Initiative, this material may not be copied, modified,
00011 // re-published, uploaded, executed, or distributed in any way, in any medium,
00012 // in whole or in part, without prior written permission from Cadence.
00013 //
00014 //                Copyright 2003-2005 Cadence Design Systems, Inc.
00015 //                           All Rights Reserved.
00016 //
00017 //  $Author: icftcm $
00018 //  $Revision: #1 $
00019 //  $Date: 2010/08/09 $
00020 //  $State: Exp $
00021 // *****************************************************************************
00022 // *****************************************************************************
00023 
00024 
00025 
00026 #if !defined(oaDMModTypes_P)
00027 #define oaDMModTypes_P
00028 
00029 
00030 
00031 // *****************************************************************************
00032 // Nested includes
00033 // *****************************************************************************
00034 #include "oaCommonTypes.h"
00035 
00036 
00037 
00038 // *****************************************************************************
00039 // Declare and define types in the OpenAccess namespace.
00040 // *****************************************************************************
00041 BEGIN_OA_NAMESPACE
00042 
00043 
00044 
00045 // *****************************************************************************
00046 // oaCellModTypeEnum
00047 // *****************************************************************************
00048 enum oaCellModTypeEnum {
00049 };
00050 
00051 
00052 
00053 // *****************************************************************************
00054 // oaViewModTypeEnum
00055 // *****************************************************************************
00056 enum oaViewModTypeEnum {
00057 };
00058 
00059 
00060 
00061 // *****************************************************************************
00062 // oaCellViewModTypeEnum
00063 // *****************************************************************************
00064 enum oaCellViewModTypeEnum {    oacSetViewCellViewModType       = 2};
00065 
00066 
00067 
00068 // *****************************************************************************
00069 // oaDMFileModTypeEnum
00070 // *****************************************************************************
00071 enum oaDMFileModTypeEnum {    oacSetLeaderDMFileModType = 2};
00072 
00073 
00074 
00075 // *****************************************************************************
00076 // oaDMLibModTypeEnum
00077 // *****************************************************************************
00078 enum oaDMLibModTypeEnum {    oacSetAttributesLibModType = 2};
00079 
00080 
00081 
00082 END_OA_NAMESPACE
00083 
00084 #endif

Return to top of page