Please report new issues athttps://github.com/DOCGroup
Any app now has corbaloc/dll/corbname/file parsers available. These will always get linked into the app, having the option to disable these would safe footprint for apps that don't need them. On the hello world client of 1053681 bytes it would safe 21395 bytes.
added blocks
Tue Aug 7 09:46:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl> * tao/CORBALOC_Parser.{h,cpp,inl}: Added new TAO_HAS_CORBALOC_PARSER that defaults to 1, set to 0 to disable this parser * tao/CORBANAME_Parser.{h,cpp}: Added new TAO_HAS_CORBANAME_PARSER that defaults to 1, set to 0 to disable this parser * tao/DLL_Parser.{h,cpp}: Added new TAO_HAS_DLL_PARSER that defaults to 1, set to 0 to disable this parser * tao/FILE_Parser.{h,cpp}: Added new TAO_HAS_FILE_PARSER that defaults to 1, set to 0 to disable this parser * tao/HTTP_Client.{h,cpp}: * tao/HTTP_Handler.{h,cpp}: * tao/HTTP_Parser.{h,cpp}: Added new TAO_HAS_HTTP_PARSER that defaults to 1, set to 0 to disable this parser * tao/MCAST_Parser.{h,cpp.inl}: Added new TAO_HAS_MCAST_PARSER that defaults to 1, set to 0 to disable this parser