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