added DynamicAny::convert<>()

This commit is contained in:
Guenter Obiltschnig
2007-04-26 06:24:35 +00:00
parent 80fc258f6d
commit 4cf5e8ac12
14 changed files with 323 additions and 50 deletions

View File

@@ -1,9 +1,9 @@
//
// SharedMemory.h
//
// $Id: //poco/Main/Foundation/include/Poco/SharedMemory.h#4 $
// $Id: //poco/Main/Foundation/include/Poco/SharedMemory.h#5 $
//
// Library: Poco
// Library: Foundation
// Package: Processes
// Module: SharedMemory
//
@@ -36,11 +36,11 @@
//
#ifndef Poco_SharedMemory_INCLUDED
#define Poco_SharedMemory_INCLUDED
#ifndef Foundation_SharedMemory_INCLUDED
#define Foundation_SharedMemory_INCLUDED
#include "Poco/Poco.h"
#include "Poco/Foundation.h"
#include <algorithm>
#include <cstddef>
@@ -128,4 +128,4 @@ inline void SharedMemory::swap(SharedMemory& other)
} // namespace Poco::Poco
#endif // Poco_SharedMemory_INCLUDED
#endif // Foundation_SharedMemory_INCLUDED