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:
parent
5f2e6df2f0
commit
809fbf9066
|
@ -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
|
||||
|
|
Binary file not shown.
|
@ -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 ()) {
|
||||
|
|
Loading…
Reference in New Issue