[18310] | 1 | /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ |
---|
| 2 | /* |
---|
| 3 | * bonobo-activation: A library for accessing bonobo-activation-server. |
---|
| 4 | * |
---|
| 5 | * Copyright (C) 1999, 2000 Red Hat, Inc. |
---|
| 6 | * Copyright (C) 2000 Eazel, Inc. |
---|
| 7 | * |
---|
| 8 | * This library is free software; you can redistribute it and/or |
---|
| 9 | * modify it under the terms of the GNU Library General Public |
---|
| 10 | * License as published by the Free Software Foundation; either |
---|
| 11 | * version 2 of the License, or (at your option) any later version. |
---|
| 12 | * |
---|
| 13 | * This library is distributed in the hope that it will be useful, |
---|
| 14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
| 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
| 16 | * Library General Public License for more details. |
---|
| 17 | * |
---|
| 18 | * You should have received a copy of the GNU Library General Public |
---|
| 19 | * License along with this library; if not, write to the Free |
---|
| 20 | * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
---|
| 21 | * |
---|
| 22 | * Author: Elliot Lee <sopwith@redhat.com> |
---|
| 23 | */ |
---|
| 24 | #ifndef BONOBO_ACTIVATION_H |
---|
| 25 | #define BONOBO_ACTIVATION_H |
---|
| 26 | |
---|
| 27 | #include <bonobo-activation/Bonobo_Unknown.h> |
---|
| 28 | #include <bonobo-activation/Bonobo_GenericFactory.h> |
---|
| 29 | |
---|
| 30 | #include <bonobo-activation/bonobo-activation-version.h> |
---|
| 31 | |
---|
| 32 | #include <bonobo-activation/bonobo-activation-activate.h> |
---|
| 33 | #include <bonobo-activation/bonobo-activation-server-info.h> |
---|
| 34 | #include <bonobo-activation/bonobo-activation-init.h> |
---|
| 35 | #include <bonobo-activation/bonobo-activation-base-service.h> |
---|
| 36 | #include <bonobo-activation/bonobo-activation-id.h> |
---|
| 37 | #include <bonobo-activation/bonobo-activation-shlib.h> |
---|
| 38 | #include <bonobo-activation/bonobo-activation-register.h> |
---|
| 39 | |
---|
| 40 | #include <bonobo-activation/bonobo-activation-async.h> |
---|
| 41 | |
---|
| 42 | extern const guint bonobo_activation_major_version, |
---|
| 43 | bonobo_activation_minor_version, bonobo_activation_micro_version; |
---|
| 44 | extern const char bonobo_activation_version[]; |
---|
| 45 | |
---|
| 46 | #endif /* BONOBO_ACTIVATION_H */ |
---|