From b564dfa89ddabd38eff44ad8afb1864b2dae36c2 Mon Sep 17 00:00:00 2001 From: Brian Boshes Date: Thu, 1 Jul 2004 17:39:50 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=3733 --- checkin_notes | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/checkin_notes b/checkin_notes index 7a5d345d41..fc2b74ca1e 100755 --- a/checkin_notes +++ b/checkin_notes @@ -14404,3 +14404,10 @@ Daniel 30 June 2004 client_state.C cs_apps.C +Brian 1 July 2004 + - Continuing Eric and Danial's vanquicshing of "using" directives from + header files. Instances of string or vector in header files were changed + to std::string and std::vector respectively. + + client/ + gui_rpc_client.h