mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-14 23:07:56 +02:00
[trunk] Update FIFOBufferStream and visual studio project file
* Fix FIFOBufferStream: The free function FIFOBuffer& FIFOBufferStreamBuf::fifoBuffer() should be declared as inline explicitly. * Update vs2005 and vs2008 project file (Foundation and testsuite, win32 only for now). * Add FIFOBufferStream * Update Dynamic group * Add ArrayTest * Add Latin2Encoding & Windows1250Encoding etc. * TextConverterTest.cpp won't compile for my Japanese visual studio, cause the utf8char string literals can not be parsed. Maybe later we should load the string from file.
This commit is contained in:
@@ -164,7 +164,7 @@ private:
|
||||
///
|
||||
|
||||
|
||||
FIFOBuffer& FIFOBufferStreamBuf::fifoBuffer()
|
||||
inline FIFOBuffer& FIFOBufferStreamBuf::fifoBuffer()
|
||||
{
|
||||
return _fifoBuffer;
|
||||
}
|
||||
|
Reference in New Issue
Block a user