--- libxbase-2.0.0.orig/xbase/xbfilter.cpp
+++ libxbase-2.0.0/xbase/xbfilter.cpp
@@ -107,7 +107,7 @@
if(( rc = d->xbase->ProcessExpression( e )) != XB_NO_ERROR )
xb_error( rc );
- cout << "xbfilter fixme" << endl;
+ std::cout << "xbfilter fixme" << std::endl;
// if( d->xbase->GetInt()){
CurFilterRecNo = d->GetCurRecNo();
return XB_NO_ERROR;
@@ -139,7 +139,7 @@
if(( rc = d->xbase->ProcessExpression( e )) != XB_NO_ERROR )
xb_error( rc );
-cout << "xbfilter fixme" << endl;
+std::cout << "xbfilter fixme" << std::endl;
// if( d->xbase->GetInt()){
CurFilterRecNo = d->GetCurRecNo();
return XB_NO_ERROR;
@@ -175,7 +175,7 @@
if(( rc = d->xbase->ProcessExpression( e )) != XB_NO_ERROR )
xb_error( rc );
- cout << "xbfilter fix me" << endl;
+ std::cout << "xbfilter fix me" << std::endl;
// if( d->xbase->GetInt()){
CurFilterRecNo = d->GetCurRecNo();
return XB_NO_ERROR;
@@ -210,7 +210,7 @@
while( rc == XB_NO_ERROR ){
if(( rc = d->xbase->ProcessExpression( e )) != XB_NO_ERROR )
xb_error( rc );
- cout << "xbfilter fix me" << endl;
+ std::cout << "xbfilter fix me" << std::endl;
// if( d->xbase->GetInt()){
CurFilterRecNo = d->GetCurRecNo();
return XB_NO_ERROR;