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 @@
//
// SharedMemoryImpl.h
//
// $Id: //poco/Main/Foundation/include/Poco/SharedMemory_POSIX.h#4 $
// $Id: //poco/Main/Foundation/include/Poco/SharedMemory_POSIX.h#5 $
//
// Library: Poco
// Library: Foundation
// Package: Processes
// Module: SharedMemoryImpl
//
@@ -36,11 +36,11 @@
//
#ifndef Poco_SharedMemoryImpl_INCLUDED
#define Poco_SharedMemoryImpl_INCLUDED
#ifndef Foundation_SharedMemoryImpl_INCLUDED
#define Foundation_SharedMemoryImpl_INCLUDED
#include "Poco/Poco.h"
#include "Poco/Foundation.h"
#include "Poco/SharedMemory.h"
#include "Poco/RefCountedObject.h"
@@ -122,4 +122,4 @@ inline char* SharedMemoryImpl::end() const
} // namespace Poco
#endif // Poco_SharedMemoryImpl_INCLUDED
#endif // Foundation_SharedMemoryImpl_INCLUDED