office-gobmx/cppuhelper
Stephan Bergmann 271c4e2fe5 Revert MSVC ABI incompatible URE change (public -> protected)
...the mangled names of the corresponding symbols change with MSVC if you change
a member from public to protected.  This had been changed with
6e67c03dc0 "Enable -Wnon-virtual-dtor for GCC 4.6"
but should only be necessary for GCC, not for MSVC, so can simply be reverted
under _MSC_VER.

Change-Id: Id22aadaff3d7f30ed824f39fe22eab7ca39bd408
2012-06-14 08:32:51 +02:00
..
inc/cppuhelper Revert MSVC ABI incompatible URE change (public -> protected) 2012-06-14 08:32:51 +02:00
prj
qa
source Unbreak stuff on iOS a bit after bootstrapping changes 2012-06-04 11:41:50 +03:00
test
unotypes/cppuhelper/detail
CppunitTest_cppuhelper_cppu_ifcontainer.mk
CppunitTest_cppuhelper_cppu_unourl.mk
CppunitTest_cppuhelper_qa_weak.mk
InternalUnoApi_cppuhelper.mk
Library_cppuhelper.mk
Makefile
Module_cppuhelper.mk
Package_findsofficepath.mk
Package_inc.mk
Package_unorc.mk
README

Helpers for using cppu in C++, e.g. templates for implementing UNO components, bootstrapping stuff. Get UNO up and running.

See also:
[http://wiki.services.openoffice.org/wiki/Uno/Cpp/Modules/CPPUhelper]