summaryrefslogtreecommitdiff
path: root/ucb/workben/cachemap/cachemapobject2.hxx
blob: 7b7a39c8b65dc4b8597dbb215118b0913f23bd3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
 *
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 *
 * Copyright 2000, 2010 Oracle and/or its affiliates.
 *
 * OpenOffice.org - a multi-platform office productivity suite
 *
 * This file is part of OpenOffice.org.
 *
 * OpenOffice.org is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License version 3
 * only, as published by the Free Software Foundation.
 *
 * OpenOffice.org is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License version 3 for more details
 * (a copy is included in the LICENSE file that accompanied this code).
 *
 * You should have received a copy of the GNU Lesser General Public License
 * version 3 along with OpenOffice.org.  If not, see
 * <http://www.openoffice.org/license.html>
 * for a copy of the LGPLv3 License.
 *
 ************************************************************************/

#ifndef INCLUDED_UCB_CACHEMAPOBJECT2_HXX
#define INCLUDED_UCB_CACHEMAPOBJECT2_HXX

#include "cppuhelper/weak.hxx"

namespace ucb { namespace cachemap {

class Object2: public cppu::OWeakObject
{};

} }

#endif // INCLUDED_UCB_CACHEMAPOBJECT2_HXX

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
2014-07-17fdo#72277: don't build and use nsspem when building against system curlCédric Bosdonnat 2014-07-16nss: document why --with-system-nss can't be used in generic buildsMichael Stahl 2014-07-15fdo#72277: NSS-PEM windows fixes.Cédric Bosdonnat 2014-07-15fdo#72277: NSS-PEM, use PR_snprintf instead of snprintfCédric Bosdonnat 2014-07-15fdo#72277: NSS-PEM yet another build fix for MS compilerCédric Bosdonnat 2014-07-15fdo#72277: nss-pem fixed windows and macos build errorsCédric Bosdonnat 2014-07-15fdo#72277: Use NSS CACERT in cmis ucp with internal curlCédric Bosdonnat 2014-07-11avoid -arch for bundled OpenSSL, Python3, and nss/nspr on OSX@PowerPCDouglas Mencken 2014-07-10nss/nspr: update build/autoconf/config.{guess,sub}rbuj 2014-06-09nss: build fails with Win32 make due to backslashesMichael Stahl 2014-05-15-fsanitize=address does not like -z defsMarkus Mohrhard 2014-03-11normalize values of MINGW_SHARED_GCCLIB/MINGW_SHARED_GXXLIBMichael Stahl 2014-02-27normalize values of CROSS_COMPILINGMichael Stahl 2014-02-24nss: continue delivering libsqlite on Mac OS X 10.5Douglas Mencken 2014-02-14Linux x86 nss/lib/freebl/mpi/mpi_x86.s confusion of mp_digit sizeStephan Bergmann 2014-02-12normalize values of SYSTEM_ZLIB, SYSTEM_DICTS, SYSTEM_FONTCONFIGMichael Stahl 2014-02-12fdo#74825: fix missing lcms2/libxslt/curl in installation setsMichael Stahl 2014-02-05quote AR, etc. for AR='callcatcher ar'Caolán McNamara 2013-11-20Windows: Require at least Windows XP SP2Thomas Arnhold 2013-11-14nss: remove permission changes from nss_macosx.patchMichael Stahl 2013-11-14nss: move Darwin stuff from nss.patch to nss_macosx.patchMichael Stahl 2013-11-14nss: upgrade to 3.15.3Michael Stahl 2013-11-13nss: remove obsolete signing-disabling patchMichael Stahl 2013-11-07fdo#42783: remove CPU variable from environmentMichael Stahl 2013-11-04fdo#70393: move nss to a subdir of externalKhaled Hosny