CPPSERV


Home Projects Jobs Clientele Contact
CPPSERV Documentation Download TODO Mailing lists Bug tracker News RSS Feed Browse source

Taglib.cpp

Go to the documentation of this file.
00001 #include <servlet/taglib/Taglib.h>
00002 
00003 namespace servlet
00004 {
00005 namespace taglib
00006 {
00007 Taglib::Taglib(const std::string& prefix)
00008     : m_prefix(prefix)
00009 {}
00010 Taglib::~Taglib()
00011 {}
00012 
00013 const std::string& Taglib::getPrefix() const
00014 {
00015     return m_prefix;
00016 }
00017 
00018 }
00019 }

SourceForge.net Logo