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

proc_id.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 ********************************************************************/
00033 #ifndef __PROC_ID_H__
00034 #define __PROC_ID_H__
00035 
00036 
00037 #ifdef __cplusplus
00038 extern "C" {
00039 #endif
00040 
00041 
00042 typedef enum ALP_GLOBAL_SETTINGS_RPC_PROCS 
00043 {
00044      PROC_begin_transaction = 100,
00045      PROC_complete_transaction,
00046      PROC_cancel_transaction,  
00047      PROC_set_default_mode,
00048      PROC_get_default_mode,
00049      PROC_set_mode,
00050      PROC_get_mode,
00051      PROC_set_uid,
00052      PROC_get_uid,
00053      PROC_set_gid,
00054      PROC_get_gid,
00055     
00056      PROC_set,
00057      PROC_get,
00058     
00059      PROC_delete,
00060      PROC_delete_tree,
00061     
00062      PROC_findkeys_start,
00063      
00064      PROC_server_quit,
00065      
00066      PROC_open,
00067      PROC_close,
00068      
00069      PROC_ping, 
00070      PROC_get_type,
00071      PROC_get_value_size,
00072      
00073      PROC_set_notification_on_off,
00074      
00075      PROC_import_from_file,
00076     
00077      PROC_delete_tree_keeping_defaults,
00078      
00079      PROC_list_keys 
00080      
00081 
00082 } ALP_GLOBAL_SETTINGS_RPC_PROCS;
00083 
00084 #ifdef __cplusplus
00085 }       // extern "C"
00086 #endif
00087 
00088 #endif

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