Merge branch 'master' of ssh://pgornicz@cpu22.student.cs.uwaterloo.ca/~/.git-repos...
authorPatrik Gornicz <Gornicz.P@gmail.com>
Sun, 16 Nov 2008 00:25:50 +0000 (19:25 -0500)
committerPatrik Gornicz <Gornicz.P@gmail.com>
Sun, 16 Nov 2008 00:25:50 +0000 (19:25 -0500)
1  2 
src/config/reader.cpp

diff --combined src/config/reader.cpp
  #include "../debug.h"
  
  #include <iostream>
 +using std::cerr;
 +using std::cout;
 +using std::endl;
 +
  #include <fstream>
  #include <string>
  
@@@ -43,7 -39,7 +43,7 @@@ void createKeyMap()
  /// ***** Private Variables *****
  
  const char* configDir = "configs/";
- const char* testFile = "test2.cfg";
+ const char* testFile = "keys.cfg";
  
  /// ***** Public Methods *****