mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
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
c9138c85f2
commit
821d270a68
@ -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…
x
Reference in New Issue
Block a user