deleting diff.c, earlier mistake, should not be here

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2709 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
chrisparker126 2010-04-13 13:20:25 +00:00
parent 76cb8733af
commit 96ee57e59b

View File

@ -1,35 +0,0 @@
832c832
< AuthGPG::getAuthGPG()->GeneratePGPCertificate(name, email, passwd, pgpId, errString);
---
> return AuthGPG::getAuthGPG()->GeneratePGPCertificate(name, email, passwd, pgpId, errString);
958c958
< /* Move directory to correct id */
---
> /* Move directory to correct id */
1619a1620,1626
> std::string RsInit::RsProfileConfigDirectory()
> {
> std::string dir = RsInitConfig::basedir + RsInitConfig::dirSeperator + RsInitConfig::preferedId;
> std::cerr << "RsInit::RsProfileConfigDirectory() returning : " << dir << std::endl;
> return dir;
> }
>
1671a1679
> #include "services/p3blogs.h"
1845a1854
> std::string blogsdir = config_dir + "/blogs";
1870a1880,1887
>
> p3Blogs *mBlogs = new p3Blogs(RS_SERVICE_TYPE_QBLOG,
> mCacheStrapper, mCacheTransfer, rsFiles,
> localcachedir, remotecachedir, blogsdir);
>
> CachePair cp6(mBlogs, mBlogs, CacheId(RS_SERVICE_TYPE_QBLOG, 0));
> mCacheStrapper -> addCachePair(cp6);
> pqih -> addService(mBlogs); /* This must be also ticked as a service */
1929c1946
<
---
> mConfigMgr->addConfiguration("blogs.cfg", mBlogs);
2045a2063
> rsBlogs = mBlogs;