#ifndef __ProcessSymbolsUnit_h_ #define __ProcessSymbolsUnit_h_ #include #include "ProcessData.h" void ProcessSymbols(ProcessData &processing, std::vector< std::string > const &symbolList); #endif