9e458d7463734038ee8c451fd730f98580c5d0ee
[oweals/cde.git] / cde / lib / tt / lib / db / tt_db_rpc_message_routines.h
1 /*%%  (c) Copyright 1993, 1994 Hewlett-Packard Company                   */
2 /*%%  (c) Copyright 1993, 1994 International Business Machines Corp.     */
3 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                    */
4 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                              */
5 /*%%  $XConsortium: tt_db_rpc_message_routines.h /main/3 1995/10/23 10:05:17 rswiston $                                                          */
6 /*
7  * tt_db_rpc_message_routines.h - Declares routines for converting TT 
8  *                                message classes to RPC arguments.
9  *
10  * Copyright (c) 1992 by Sun Microsystems, Inc.
11  */
12
13 #ifndef _TT_DB_RPC_MESSAGE_ROUTINES_H
14 #define _TT_DB_RPC_MESSAGE_ROUTINES_H
15
16 #include "mp/mp_message_utils.h"
17 #include "db/db_server.h"
18
19 extern void _tt_get_rpc_message (const _tt_message&, _Tt_message_ptr&);
20 extern void _tt_get_rpc_messages (const _tt_message_list&,
21                                   _Tt_message_list_ptr&);
22 extern _Tt_db_results _tt_set_rpc_message (const _Tt_message_ptr&,
23                                            _tt_message&);
24
25 #endif /* _TT_DB_RPC_MESSAGE_ROUTINES_H */