source: trunk/third/bonobo-activation/server/activation-server-corba-extensions.h @ 18311

Revision 18311, 1.2 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18310, which included commits to RCS files with non-trunk default branches.
Line 
1/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
2/*
3 *  oafd
4 *
5 *  Copyright (C) 2000 Eazel, Inc.
6 *
7 *  This library is free software; you can redistribute it and/or
8 *  modify it under the terms of the GNU General Public License as
9 *  published by the Free Software Foundation; either version 2 of the
10 *  License, or (at your option) any later version.
11 *
12 *  This library is distributed in the hope that it will be useful,
13 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
14 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15 *  General Public License for more details.
16 *
17 *  You should have received a copy of the GNU General Public License
18 *  along with this library; if not, write to the Free Software
19 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20 *
21 *  Authors: Maciej Stachowiak <mjs@eazel.com>
22 *
23 */
24
25/* activation-server-corba-extensions.h - CORBA utility functions
26 */
27
28#include <orbit/orbit.h>
29
30char *activation_server_CORBA_Context_get_value (CORBA_Context      ctx,
31                                    const char        *propname,
32                                    const CORBA_char     *exception_if_fail,
33                                    CORBA_Environment *ev);
Note: See TracBrowser for help on using the repository browser.