Main Page | Modules | Namespace List | Class Hierarchy | Data Structures | Directories | File List | Namespace Members | Data Fields | Globals

pm_msg.h

Go to the documentation of this file.
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 #define MSG_PACKAGE_OPEN 1
00027 #define MSG_PACKAGE_OPEN_RESPONSE 2
00028 #define MSG_PACKAGE_CLOSE 3
00029 #define MSG_PACKAGE_CLOSE_RESPONSE 4
00030 #define MSG_PACKAGE_INCREF 5
00031 #define MSG_PACKAGE_INCREF_RESPONSE 6
00032 #define MSG_PACKAGE_DECREF 7
00033 #define MSG_PACKAGE_DECREF_RESPONSE 8
00034 #define MSG_PACKAGE_RW_PATHNAME 9
00035 #define MSG_PACKAGE_RW_PATHNAME_RESPONSE 10
00036 #define MSG_PACKAGE_REGISTER 11
00037 #define MSG_PACKAGE_REGISTER_RESPONSE 12
00038 #define MSG_PACKAGE_DELETE 13
00039 #define MSG_PACKAGE_DELETE_RESPONSE 14
00040 #define MSG_PACKAGE_UNREGISTER 15
00041 #define MSG_PACKAGE_UNREGISTER_RESPONSE 16
00042 #define MSG_PACKAGE_ADD_STORE 17
00043 #define MSG_PACKAGE_ADD_STORE_RESPONSE 18
00044 #define MSG_PACKAGE_DELETE_STORE 19
00045 #define MSG_PACKAGE_DELETE_STORE_RESPONSE 20
00046 #define MSG_PACKAGE_MOVE_TO_STORE 21
00047 #define MSG_PACKAGE_MOVE_TO_STORE_RESPONSE 22
00048 #define MSG_PACKAGE_COPY_TO_STORE 23
00049 #define MSG_PACKAGE_COPY_TO_STORE_RESPONSE 24
00050 #define MSG_PACKAGE_WIPE 25
00051 #define MSG_PACKAGE_WIPE_RESPONSE 26
00052 #define MSG_PACKAGE_RW_DELETE 27
00053 #define MSG_PACKAGE_RW_DELETE_RESPONSE 28
00054 #define MSG_PACKAGE_SCAN_STORE 29
00055 #define MSG_PACKAGE_SCAN_STORE_RESPONSE 30
00056 #define MSG_PRV_BUNDLE_IMAGE_INSTALL_TMPNAME 31
00057 #define MSG_PRV_BUNDLE_IMAGE_INSTALL_TMPNAME_RESPONSE 32
00058 #define MSG_PRV_BUNDLE_HOLD_NOTIFICATIONS 33
00059 #define MSG_PRV_BUNDLE_HOLD_NOTIFICATIONS_RESPONSE 34
00060 
00061 extern void handle_client_alp_bundle_open(AlpConnection * connection, AlpMessage * message, gpointer cbData);
00062 extern void handle_client_alp_bundle_close(AlpConnection * connection, AlpMessage * message, gpointer cbData);
00063 extern void handle_client_alp_prv_bundle_incref(AlpConnection * connection, AlpMessage * message, gpointer cbData);
00064 extern void handle_client_alp_prv_bundle_decref(AlpConnection * connection, AlpMessage * message, gpointer cbData);
00065 extern void handle_client_alp_bundle_rw_pathname(AlpConnection * connection, AlpMessage * message, gpointer cbData);
00066 extern void handle_client_alp_prv_bundle_register_bundle(AlpConnection * connection, AlpMessage * message, gpointer cbData);
00067 extern void handle_client_alp_bundle_delete(AlpConnection * connection, AlpMessage * message, gpointer cbData);
00068 extern void handle_client_alp_prv_bundle_unregister_bundle(AlpConnection * connection, AlpMessage * message, gpointer cbData);
00069 extern void handle_client_alp_prv_bundle_add_store(AlpConnection * connection, AlpMessage * message, gpointer cbData);
00070 extern void handle_client_alp_prv_bundle_delete_store(AlpConnection * connection, AlpMessage * message, gpointer cbData);
00071 extern void handle_client_alp_bundle_move_to_store(AlpConnection * connection, AlpMessage * message, gpointer cbData);
00072 extern void handle_client_alp_bundle_copy_to_store(AlpConnection * connection, AlpMessage * message, gpointer cbData);
00073 extern void handle_client_alp_prv_package_wipe(AlpConnection * connection, AlpMessage * message, gpointer cbData);
00074 extern void handle_client_alp_bundle_rw_delete(AlpConnection * connection, AlpMessage * message, gpointer cbData);
00075 extern void handle_client_alp_prv_bundle_scan_store(AlpConnection * connection, AlpMessage * message, gpointer cbData);
00076 extern void handle_client_alp_prv_bundle_image_install_tmpname(AlpConnection * connection, AlpMessage * message, gpointer cbData);
00077 extern void handle_client_alp_prv_bundle_hold_notifications(AlpConnection * connection, AlpMessage * message, gpointer cbData);
00078 
00079 

Generated on Sat Dec 16 20:29:47 2006 for hiker-0.9 by  doxygen 1.4.4