Index: branches/FEPSimulator/FEPSim.h
===================================================================
--- branches/FEPSimulator/FEPSim.h	(revision 214)
+++ branches/FEPSimulator/FEPSim.h	(revision 217)
@@ -33,4 +33,5 @@
 #include "fep.h"
 #include <iostream>
+#include <fstream>
 #include <stdio.h>
 #include <stdlib.h>
@@ -44,5 +45,7 @@
 
 const int BUFF_SIZE = 1266341;
-
+const string FEPLogFileName = "FEPSimLog.txt";
+static ofstream FEPLogFile;
+    
 class FEPSim {
 public:
@@ -84,5 +87,5 @@
     int FEP_REV;
     int SOCK_PORT;
-
+    
     /**
      * Handler for the ATMS RPC Response (to the client RPC Call)
@@ -102,5 +105,5 @@
      */
     void sendReplys(char * xml);
-
+    
 };
 
