Index: trunk/ippToPsps/src/Batch.h
===================================================================
--- trunk/ippToPsps/src/Batch.h	(revision 31025)
+++ trunk/ippToPsps/src/Batch.h	(revision 31030)
@@ -1,3 +1,3 @@
-/** @file ippToPsps.h
+/** @file Batch.h
  *
  *  @brief Batch
@@ -6,5 +6,5 @@
  *
  *  @author IfA
- *  Copyright 2009 Institute for Astronomy, University of Hawaii
+ *  Copyright 2011 Institute for Astronomy, University of Hawaii
  */
 
@@ -21,4 +21,5 @@
 #include "Fits.h"
 #include "InitData.h"
+#include "Logger.h"
 
 /**
@@ -49,4 +50,5 @@
     int exitCode;                  // ps exit code
     bool testMode;                 // test mode boolean
+    Logger* logger;                // Logger object 
 
     // methods
@@ -66,5 +68,5 @@
 
 // public functions
-bool new_Batch(Batch *this);
+bool new_Batch(Logger* logger, Batch *this);
 
 void ippToPsps_VersionPrint(void);
