Index: trunk/ippToPsps/src/InitBatch.h
===================================================================
--- trunk/ippToPsps/src/InitBatch.h	(revision 30147)
+++ trunk/ippToPsps/src/InitBatch.h	(revision 31011)
@@ -24,8 +24,11 @@
     // methods
     void (*print)();
+
+    // destructor
     void (*destroy)();
 
 } InitBatch;
 
+// constructor
 InitBatch *new_InitBatch(int *argc, char **argv);
 
