moved authgpg fake module to tests folder

fixed ficachetest and fimontest 

makefile update for serialiser for previous revision


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4321 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
chrisparker126 2011-06-22 21:44:40 +00:00
parent f3fbac7d77
commit f12d2c46bc
10 changed files with 117 additions and 57 deletions

View file

@ -139,7 +139,7 @@ typedef std::map<std::string, gpgcert> certmap;
extern void AuthGPGInit();
extern void AuthGPGExit();
class AuthGPG
class AuthGPG : public RsThread
{
public:
@ -259,7 +259,7 @@ virtual bool addService(AuthGPGService *service) = 0;
/* The real implementation! */
class AuthGPGimpl : public AuthGPG, public p3Config, public RsThread
class AuthGPGimpl : public AuthGPG, public p3Config
{
public: