Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | Related Pages

jinglecontent.cpp

00001 /*
00002   Copyright (c) 2008 by Jakob Schroeter <js@camaya.net>
00003   This file is part of the gloox library. http://camaya.net/gloox
00004 
00005   This software is distributed under a license. The full license
00006   agreement can be found in the file LICENSE in this distribution.
00007   This software may not be copied, modified, sold or distributed
00008   other than expressed in the named license agreement.
00009 
00010   This software is distributed without any warranty.
00011 */
00012 
00013 
00014 #include "jinglecontent.h"
00015 
00016 namespace gloox
00017 {
00018 
00019   namespace Jingle
00020   {
00021 
00022     Content::Content()
00023     {
00024     }
00025 
00026     Content::~Content()
00027     {
00028     }
00029 
00030     const std::string& Content::filterString() const
00031     {
00032       static const std::string filter = "content";
00033       return filter;
00034     }
00035 
00036     Tag* Content::tag() const
00037     {
00038       return 0;
00039     }
00040   }
00041 
00042 }

Generated on Fri Oct 3 02:15:15 2008 for gloox by  doxygen 1.4.1