added a deprecated pragma message to eoOStreamMonitor

This commit is contained in:
nojhan 2012-03-31 17:49:41 +02:00
commit 28fedd3c51

View file

@ -49,6 +49,7 @@ public :
{
(void)_verbose;
eo::log << eo::warnings << "WARNING: the use of the verbose parameter in eoOStreamMonitor constructor is deprecated and will be removed in the next release" << std::endl;
#pragma message "WARNING: the use of the verbose parameter in eoOStreamMonitor constructor is deprecated and will be removed in the next release"
}
eoOStreamMonitor( std::ostream & _out, std::string _delim = "\t", unsigned int _width=20, char _fill=' ' ) :