TuttleOFX  1
TuttleOFX/libraries/tuttle/src/tuttle/host/memory/IMemoryPool.cpp
Go to the documentation of this file.
00001 #include "IMemoryPool.hpp"
00002 
00003 namespace tuttle {
00004 namespace host {
00005 namespace memory {
00006 
00007 IUnknown::~IUnknown() {}
00008 IPoolData::~IPoolData() {}
00009 IMemoryPool::~IMemoryPool() {}
00010 
00011 }
00012 }
00013 }
00014