First bits of the RPC Protobuf Service. Doesn't compile yet - this is just a check-point checkin.

* Added generated protobuf code in proto/gencc
 * Added rpcprotopeers.h : Interface for getting/modifying peer information.
 * Added Stuff to .pro file. (disabled at the moment)
 * tweaked update times for SSH Menu, as they were too slow.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5460 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2012-08-23 14:04:01 +00:00
parent 9a24b16226
commit ccb43660a8
9 changed files with 7505 additions and 2 deletions

View file

@ -398,7 +398,7 @@ int main(int argc, char **argv)
Menu *baseMenu = CreateMenuStructure(notify);
MenuInterface *menuInterface = new MenuInterface(ssh, baseMenu, baseDrawFlags | MENU_DRAW_FLAGS_ECHO);
ssh->setRpcSystem(menuInterface);
ssh->setSleepPeriods(0.2, 1);
ssh->setSleepPeriods(0.05, 0.5);
}
ssh->start();