2006-12-04 Esteban Sanchez <estebans@artica.es>

* misc/pandora_file.cc: Removed unuser variables.

        * bin/PandoraAgent.exe: Really updated to last commit.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@307 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
Esteban Sanchez 2006-12-05 10:30:34 +00:00
parent 5f2e6df2f0
commit 809fbf9066
3 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2006-12-04 Esteban Sanchez <estebans@artica.es>
* misc/pandora_file.cc: Removed unuser variables.
* bin/PandoraAgent.exe: Really updated to last commit.
2006-12-04 Raul Mateos <raulofpandora@gmail.com>
* installer/Pandora_Windows_Agent-1.2.0-Setup.exe: Added icon

View File

@ -34,7 +34,6 @@ using namespace std;
**/
bool
Pandora_File::fileExists (const string filepath) {
string line, result;
ifstream myfile (filepath.c_str ());
if (! myfile.is_open ()) {