Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / lib / tt / slib / mp_s_global.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: mp_s_global.h /main/3 1995/10/23 11:55:30 rswiston $                                                         */
6 /*
7  *
8  * mp_s_global.h
9  *
10  * Copyright (c) 1992 by Sun Microsystems, Inc.
11  *
12  *
13  * _tt_s_mp and _tt_mp always point to the same object, but server-only
14  * functions can use _tt_s_mp in order to access server-only functions.
15  */
16 #if !defined(_MP_S_GLOBAL_H)
17 #define _MP_S_GLOBAL_H
18
19 class _Tt_s_mp;
20 extern  _Tt_s_mp                        *_tt_s_mp;
21
22 #include "mp/mp_global.h"
23
24 #endif