/* * "$Id: p3face-msgs.cc,v 1.7 2007-05-05 16:10:06 rmf24 Exp $" * * RetroShare C++ Interface. * * Copyright 2004-2006 by Robert Fernie. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License Version 2 as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA. * * Please report all bugs and problems to "retroshare@lunamutt.com". * */ #include "rsserver/p3face.h" #include "util/rsdir.h" #include #include "util/rsdebug.h" const int p3facemsgzone = 11453; #include #include /* Flagging Persons / Channels / Files in or out of a set (CheckLists) */ int RsServer::ClearInBroadcast() { return 1; } int RsServer::ClearInSubscribe() { return 1; } int RsServer::SetInBroadcast(std::string /*id*/, bool /*in*/) /* channel : channel broadcast */ { return 1; } int RsServer::SetInSubscribe(std::string /*id*/, bool /*in*/) /* channel : subscribed channels */ { return 1; }