office-gobmx/salhelper
Tor Lillqvist f3d96e6a35 Attempt to fix some vos removal fallout on Windows
After of the vos removal, some classes in other parts of the code now
are subclasses of SimpleReferenceObject.

To avoid compilation and linking errors in those other parts, we seem
to need to have the operator new[] and operator delete[] in
SimpleReferenceObject as protected instead of private. We also need an
implementation of operator delete[]. As it can be unimplemented with
gcc, I hope it isn't actually called, though, so it for now crashes
intentionally if called.

Will see later if this actually works, this is just a commit to make
stuff build.
2010-11-04 12:09:29 +02:00
..
inc/salhelper Attempt to fix some vos removal fallout on Windows 2010-11-04 12:09:29 +02:00
prj merge vosremoval-timer.diff 2010-10-25 19:55:39 -05:00
qa Add vim/emacs modelines to all source files 2010-10-14 17:04:31 +02:00
source Attempt to fix some vos removal fallout on Windows 2010-11-04 12:09:29 +02:00
test Add vim/emacs modelines to all source files 2010-10-14 17:04:31 +02:00
version.mk changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00