Revision 18311,
1.3 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: OAF CORBA dameon. |
---|
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: Mathieu Lacage <mathieu@eazel.com> |
---|
22 | * |
---|
23 | */ |
---|
24 | |
---|
25 | #ifndef OBJECT_DIRECTORY_CONFIG_FILE_H |
---|
26 | #define OBJECT_DIRECTORY_CONFIG_FILE_H |
---|
27 | |
---|
28 | #include <libxml/tree.h> |
---|
29 | |
---|
30 | #define SERVER_CONFIG_FILE "/bonobo-activation/bonobo-activation-config.xml" |
---|
31 | |
---|
32 | /* loads the information from oaf configuration file |
---|
33 | in $sysconfdir/oaf/oaf-conf.xml. |
---|
34 | */ |
---|
35 | char *object_directory_load_config_file (void); |
---|
36 | |
---|
37 | #endif /* OBJECT_DIRECTORY_CONFIG_FILE_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.