Some comments were pointing to Util mode instead of JSON

This commit is contained in:
Franky Braem 2012-09-06 17:37:22 +00:00
parent 115f4f40e8
commit 03b7dcd3e1

View File

@ -7,8 +7,8 @@
// Package: JSON // Package: JSON
// Module: JSON // Module: JSON
// //
// Basic definitions for the Poco Util library. // Basic definitions for the Poco JSON library.
// This file must be the first file included by every other Util // This file must be the first file included by every other JSON
// header file. // header file.
// //
// Copyright (c) 2012, Applied Informatics Software Engineering GmbH. // Copyright (c) 2012, Applied Informatics Software Engineering GmbH.
@ -47,10 +47,10 @@
// //
// The following block is the standard way of creating macros which make exporting // The following block is the standard way of creating macros which make exporting
// from a DLL simpler. All files within this DLL are compiled with the Util_EXPORTS // from a DLL simpler. All files within this DLL are compiled with the JSON_EXPORTS
// symbol defined on the command line. this symbol should not be defined on any project // symbol defined on the command line. this symbol should not be defined on any project
// that uses this DLL. This way any other project whose source files include this file see // that uses this DLL. This way any other project whose source files include this file see
// Util_API functions as being imported from a DLL, wheras this DLL sees symbols // JSON_API functions as being imported from a DLL, wheras this DLL sees symbols
// defined with this macro as being exported. // defined with this macro as being exported.
// //
#if defined(_WIN32) && defined(POCO_DLL) #if defined(_WIN32) && defined(POCO_DLL)