summaryrefslogtreecommitdiffstats
path: root/cppuhelper/source/compat.cxx
Commit message (Collapse)AuthorAgeFilesLines
* [API CHANGE] Removed two cppuhelper deprecated headers.Matthew Pottage2014-08-081-0/+56
| | | | | | | | | | | The headers cppuheader/compbase.hxx and implbase.hxx. They have been deprecated since 2001. Moved the definitions of the deprecated functions to cppuhelper/source/compat.cxx. Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, adding fixes and clean-up in cppuhelper/source/compat.cxx and odk/Package_odk_headers.mk Change-Id: I48b3cbf551b59d72614737a883a96aab55fc2090
* cppuhelper: remove SAL_THROW macroNoel Grandin2014-06-051-8/+6
| | | | Change-Id: I54141071396d04e7bead56da14a665b8556ba6d2
* cppuhelper: fix includesThomas Arnhold2014-06-041-7/+7
| | | | Change-Id: I0e6bc822d19cf266dea716fe92f2ccd08d87c51f
* [API CHANGE] remove cppu::loadSharedLibComponentFactory w/ rPrefix againStephan Bergmann2013-12-131-0/+11
| | | | | | | | ...it was never meant to be called by client code anyway and is no longer needed to be exposed since the global service manager implementation moved to cppuhelper. Change-Id: If2d0510b2364084d36edeb156a3459d9b8aeb983
* [API CHANGE] Remove unused cppu::invokeStaticComponentFactory againStephan Bergmann2013-10-011-2/+21
| | | | | | | | | ...that has neither been intended for external use anyway, nor has it ever been used internally since its dead-on-arrival inception in b16ab7a751c04049b4171df412f1ef0f4f9b02f2 "Add invokeStaticComponentFactory() for statically linked components: Will be used for iOS at least." Sigh. Change-Id: I17795b2a1945809688deba0a5492415fbe877400
* All the content of cppuhelper/source/compat.cxx must be in namespace cppuStephan Bergmann2013-10-011-2/+2
| | | | Change-Id: I30dde10d1c299dbd9c0b2cb2fa025ce432df6cce
* API CHANGE: Remove obsolete cppu::bootstrapInitialSFStephan Bergmann2013-01-161-1/+15
| | | | | | | An aborting stub is left in cppuhelper/source/compat.cxx to avoid having to incompatibly change cppuhelper/source/gcc3.map. Change-Id: I28359397fa9c06ac955ee646b5ad3486e9200a10
* API CHANGE: Remove deprecated cppuhelper/servicefactory.hxx and Java equiv.Stephan Bergmann2012-12-211-0/+8
| | | | | | | | | | | ... com.sun.star.comp.helper.RegistryServiceFactory (juh.jar). Superseded by default bootstrap mechanisms. An aborting stub for non-inline cppu::createRegistryServiceFactory is left in cppuhelper/srouce/compat.cxx to avoid having to incompatibly change cppuhelper/soruce/gcc3.map. Change-Id: I590e50b8f57e86d4bb3e00d157c9e5907c02f267
* API CHANGE: Remove deprecated cppuhelper/bootstrap.hxx functionalityStephan Bergmann2012-12-201-10/+39
| | | | | | | | | | | cppu::createSimpleRegistry, cppu::createNestedRegistry, and cppu::bootstrap_InitialComponentContext for registry-based type/service information, superseded by cppu::defaultBootstrap_InitialComponentContext. Aborting stubs for the three functions are left in cppuhelper/source/compat.cxx to avoid having to incompatibly change cppuhelper/source/gcc3.map. Change-Id: I8e714c021c246b15a6e6fb7f25d754dceff17c8a
* cppuhelper: add compatible symbol for obsolete method.Michael Meeks2012-12-061-0/+38