Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

stiltermination.h

Go to the documentation of this file.
00001 /*******************************************************************************
00002  * Copyright (c) 2006 International Business Machines Corporation
00003  * All rights reserved. This program and the accompanying materials
00004  * are made available under the terms of the Common Public License v1.0
00005  * which accompanies this distribution, and is available at
00006  * http://www.opensource.org/licenses/cpl1.0.php
00007  *
00008  * Contributors:
00009  *    Douglas Sprague, Joel Wheeler - initial API and implementation
00010  *
00011  *****************************************************************************/
00012 
00013 #ifndef STILTermination_H
00014 #define STILTermination_H
00015 
00016 // - Termination attribute
00017 enum STILTermination {
00018   UndefinedTermination,  
00019   TerminateHigh,         
00020   TerminateLow,          
00021   TerminateOff,          
00022   TerminateUnknown       
00023 };
00024 
00025 #endif

This page last updated on 6 Jul 2007

SourceForge.net Logo