00001 /******************************************************************** 00002 00003 Copyright 2006, ACCESS Systems Americas, Inc. All rights reserved. 00004 00005 The contents of this file are subject to the Mozilla Public License Version 00006 1.1 (the "License"); you may not use this file except in compliance with 00007 the License. You may obtain a copy of the License at 00008 http://www.mozilla.org/MPL/ 00009 00010 Software distributed under the License is distributed on an "AS IS" basis, 00011 WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 00012 for the specific language governing rights and limitations under the 00013 License. 00014 00015 The Original Code is the entire contents of this file. 00016 00017 The Initial Developer of the Original Code is ACCESS Systems Americas, Inc. 00018 00019 Portions created by ACCESS Systems Americas, Inc. are Copyright © 2006. All 00020 Rights Reserved. 00021 00022 Contributor(s): none. 00023 00024 ********************************************************************/ 00025 00026 struct _AlpBundleRef 00027 { 00028 int package_id; 00029 int scheme; 00030 int ghost_db_type; 00031 int ghost_db_creator; 00032 int ghost_db_storage; 00033 char * ghost_db_name; 00034 int refcount; 00035 int cookie; 00036 int applied_local_effects; 00037 char * folderpath; 00038 char * package_name; 00039 char * textdomain_name; 00040 char * textdomain_dir; 00041 char * classpath; 00042 GList * searchpath; 00043 GList * references; 00044 int java_midlet_id; 00045 //char * java_midlet_name; 00046 }; 00047