latest changes from main repository

This commit is contained in:
Guenter Obiltschnig
2007-04-25 14:32:55 +00:00
parent 3e46ab332b
commit ba1384e12d
23 changed files with 344 additions and 134 deletions

View File

@@ -1,7 +1,7 @@
//
// SharedMemory.h
//
// $Id: //poco/Main/Foundation/include/Poco/SharedMemory.h#3 $
// $Id: //poco/Main/Foundation/include/Poco/SharedMemory.h#4 $
//
// Library: Poco
// Package: Processes
@@ -42,6 +42,7 @@
#include "Poco/Poco.h"
#include <algorithm>
#include <cstddef>
namespace Poco {