TuttleOFX  1
IProgress.cpp
Go to the documentation of this file.
00001 #include "IProgress.hpp"
00002 
00003 namespace tuttle {
00004 namespace plugin {
00005 
00006 IProgress::~IProgress()
00007 {
00008 }
00009 
00010 }
00011 }