Kaydet (Commit) 6661f2af authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS obo07 (1.12.10); FILE MERGED

2006/11/09 12:06:18 obo 1.12.10.1: #i63703# remove hard coded symbol filter
üst 6ae8edca
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: ldump.cxx,v $ * $RCSfile: ldump.cxx,v $
* *
* $Revision: 1.12 $ * $Revision: 1.13 $
* *
* last change: $Author: vg $ $Date: 2006-09-25 13:23:54 $ * last change: $Author: rt $ $Date: 2006-12-04 16:27:59 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -404,13 +404,6 @@ bool LibDump::Filter(char *pExportName) ...@@ -404,13 +404,6 @@ bool LibDump::Filter(char *pExportName)
if ( ::bFilter == 0 ) if ( ::bFilter == 0 )
return true; return true;
// die Imports bleiben drin !
if ( strstr ( pExportName, "mport"))
return true;
if( strstr ( pExportName, "getImpl"))
i= 5;
for ( i=0; i<nFilterLines; i++ ) for ( i=0; i<nFilterLines; i++ )
{ {
//Zum vergleichen mu das Plus abgeschnitteb werden //Zum vergleichen mu das Plus abgeschnitteb werden
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment