Commit in slic/include on MAIN
CommandLineProcessor.hh+4-11.4 -> 1.5


slic/include
CommandLineProcessor.hh 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- CommandLineProcessor.hh	20 Dec 2006 00:20:35 -0000	1.4
+++ CommandLineProcessor.hh	20 Dec 2006 00:31:01 -0000	1.5
@@ -79,7 +79,10 @@
     /**
      * Print the version information.
      */
-    inline void printVersion(std::ostream& os) const;
+    inline void printVersion(std::ostream& os) const
+    {    
+      os << PackageInfo::getFullApplicationString() << std::endl;
+    }
 
     /**
      * Get the queue of Geant4 macro commands created from
CVSspam 0.2.8