/****************************************************************************** * Copyright (c) 2004 palmOne, Inc. or its subsidiaries. * All rights reserved. *****************************************************************************/ /** @ingroup STE * */ /** * * @file SmartTextEngineTraps.h * * @brief Trap definitions for the Smart Text Engine shared library. * */ // Trap IDs for the Smart Text Engine Library's public functions. // The order of the traps must be the same as the routines are // listed in SmartTextEngineDispatchTable.c. #ifndef _SMARTTEXTENGINETRAPS_H_ #define _SMARTTEXTENGINETRAPS_H_ #define STETrapOpen sysLibTrapOpen /**