[omniORB] memory allocation email correction

Jonathan Clark jc@jonathanclark.com
Thu, 6 Jul 2000 23:36:37 -0700


In my last email concerning memory allocation, I meant to say method #1 was
the least "hacky" way of solving the new/delete DLL/lib linking problem. (I
had said #2 by mistake).  #1 refers to moving the new and delete invocations
out of the header files and into the library where they will be resolved
consistently with other calls from the DLL.  I thought I'd point out my typo
for anyone reading my comments and scratching their heads.  :)

Jonathan