source: trunk/third/evolution/e-util/e-corba-utils.h @ 18142

Revision 18142, 1.0 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18141, which included commits to RCS files with non-trunk default branches.
Line 
1/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2/* e-corba-utils.h
3 *
4 * Copyright (C) 2000  Ximian, Inc.
5 * Author: Ettore Perazzoli <ettore@ximian.com>
6 *
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of version 2 of the GNU General Public
9 * License as published by the Free Software Foundation.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 * General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public
17 * License along with this library; if not, write to the
18 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 * Boston, MA 02111-1307, USA.
20 */
21
22#ifndef E_CORBA_UTILS_H
23#define E_CORBA_UTILS_H
24
25#include <orb/orbit.h>
26
27const CORBA_char *e_safe_corba_string      (const char *s);
28CORBA_char       *e_safe_corba_string_dup  (const char *s);
29
30#endif
Note: See TracBrowser for help on using the repository browser.