mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-15 15:16:49 +02:00
added DynamicAny::convert<>()
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user