WvStreams
|
00001 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- 00002 * 00003 * XPLC - Cross-Platform Lightweight Components 00004 * Copyright (C) 2002, Net Integration Technologies, Inc. 00005 * Copyright (C) 2004, Pierre Phaneuf 00006 * 00007 * This library is free software; you can redistribute it and/or 00008 * modify it under the terms of the GNU Lesser General Public License 00009 * as published by the Free Software Foundation; either version 2.1 of 00010 * the License, or (at your option) any later version. 00011 * 00012 * This library is distributed in the hope that it will be useful, but 00013 * WITHOUT ANY WARRANTY; without even the implied warranty of 00014 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00015 * Lesser General Public License for more details. 00016 * 00017 * You should have received a copy of the GNU Lesser General Public 00018 * License along with this library; if not, write to the Free Software 00019 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 00020 * USA 00021 */ 00022 00023 #ifndef __XPLC_CORE_H__ 00024 #define __XPLC_CORE_H__ 00025 00026 #include <xplc/IServiceManager.h> 00027 00028 extern "C" IServiceManager* XPLC_getServiceManager(); 00029 00030 static const UUID XPLC_staticServiceHandler = {0xf8c76062, 0xf241, 0x4f38, 00031 {0x80, 0x8d, 0x73, 0x88, 00032 0x31, 0x22, 0x89, 0xd8}}; 00033 00034 static const UUID XPLC_moduleLoader = {0x59e3fa68, 0x807c, 0x4ecb, 00035 {0xbc, 0x26, 0xb8, 0x08, 00036 0x37, 0xcb, 0x32, 0x7e}}; 00037 00038 static const UUID XPLC_moduleManagerFactory = {0x251c9dfc, 0xc76b, 0x454e, 00039 {0xaa, 0xcb, 0x95, 0x8e, 00040 0x06, 0x35, 0xe2, 0x72}}; 00041 00042 static const UUID XPLC_genericFactory = {0x414a69c6, 0x3c9e, 0x49f7, 00043 {0xab, 0x08, 0xe5, 0x5c, 00044 0x7b, 0x6c, 0x23, 0x34}}; 00045 00046 static const UUID XPLC_monikers = {0x5ed8cb8f, 0x6938, 0x40f2, 00047 {0x92, 0x7c, 0x2f, 0x4c, 00048 0xe2, 0x89, 0x3c, 0x0b}}; 00049 00050 static const UUID XPLC_newMoniker = {0x9ec8028c, 0x45e3, 0x40ff, 00051 {0x97, 0xfc, 0x0b, 0x35, 00052 0xca, 0x6e, 0xdc, 0xb5}}; 00053 00054 static const UUID XPLC_categoryManager = {0xa7b3c486, 0x3725, 0x4500, 00055 {0xa4, 0x4c, 0x59, 0x13, 00056 0x1d, 0x65, 0x9e, 0x20}}; 00057 00058 #endif /* __XPLC_CORE_H__ */