RTEMS support; using namespace removed from headers

This commit is contained in:
Matej Sekoranja
2011-09-13 09:56:39 +02:00
parent 54d435972b
commit 633801c2ae
30 changed files with 86 additions and 64 deletions

View File

@@ -153,7 +153,7 @@ int main(int argc,char *argv[])
pthread_t _worker1Id;
pthread_t _worker2Id;
ostringstream obuffer;
std::ostringstream obuffer;
for(int i = 0; i < max_channels; i++)
{
obuffer.clear();