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 STILScanType_H 00014 #define STILScanType_H 00015 00016 00017 00018 // The type of scan to be defined 00019 enum STILScanType { 00020 ScanDisabled, 00021 ScanIn, 00022 ScanOut 00023 }; 00024 00025 #endif