mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 11:31:53 +01:00
submitted 1.2.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// String.h
|
||||
//
|
||||
// $Id: //poco/1.1.0/Foundation/src/String.cpp#2 $
|
||||
// $Id: //poco/1.2/Foundation/src/String.cpp#1 $
|
||||
//
|
||||
// Library: Foundation
|
||||
// Package: Core
|
||||
@@ -34,10 +34,10 @@
|
||||
//
|
||||
|
||||
|
||||
#include "Foundation/String.h"
|
||||
#include "Poco/String.h"
|
||||
|
||||
|
||||
Foundation_BEGIN
|
||||
namespace Poco {
|
||||
|
||||
|
||||
#if defined(POCO_NO_TEMPLATE_ICOMPARE)
|
||||
@@ -155,4 +155,4 @@ int icompare(const std::string& str, const std::string::value_type* ptr)
|
||||
#endif
|
||||
|
||||
|
||||
Foundation_END
|
||||
} // namespace Poco
|
||||
|
||||
Reference in New Issue
Block a user