libmoost
/home/mhx/git/github/libmoost/src/pdl/dynamic_class.cpp
Go to the documentation of this file.
00001 /* vim:set ts=3 sw=3 sts=3 et: */
00028 #include "../../include/moost/pdl/dynamic_class.h"
00029 
00030 namespace moost { namespace pdl {
00031 
00032 dynamic_class::~dynamic_class()
00033 {
00034 }
00035 
00036 }}