VS 71,80,90 projects, style edits

This commit is contained in:
Aleksandar Fabijanic
2013-03-11 22:49:54 -05:00
parent ea57bf8207
commit ff0e439aa5
50 changed files with 5329 additions and 405 deletions

View File

@@ -35,8 +35,8 @@
// DEALINGS IN THE SOFTWARE.
//
#ifndef _MongoDB_BSONReader_included
#define _MongoDB_BSONReader_included
#ifndef MongoDB_BSONReader_INCLUDED
#define MongoDB_BSONReader_INCLUDED
#include "Poco/MongoDB/MongoDB.h"
#include "Poco/BinaryReader.h"
@@ -75,6 +75,7 @@ private:
Poco::BinaryReader _reader;
};
inline std::string BSONReader::readCString()
{
std::string val;
@@ -98,6 +99,7 @@ inline std::string BSONReader::readCString()
}
}} // Namespace Poco::MongoDB
} } // namespace Poco::MongoDB
#endif // _MongoDB_BSONReader_included
#endif // MongoDB_BSONReader_INCLUDED