Warning, file /libraries/qca/src/botantools/addnamespace.sh was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 #!/bin/sh
0002 
0003 for f in `find botan -name \*.cpp -o -name \*.h` ; do
0004         ./wrapns $f QCA
0005 done
0006