Commit in slic on MAIN
include/CommandLineProcessor.hh+1-11.3 -> 1.4
src/CommandLineProcessor.cc+3-31.4 -> 1.5
+4-4
2 modified files


slic/include
CommandLineProcessor.hh 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- CommandLineProcessor.hh	2 Dec 2006 00:27:14 -0000	1.3
+++ CommandLineProcessor.hh	20 Dec 2006 00:20:35 -0000	1.4
@@ -85,7 +85,7 @@
      * Get the queue of Geant4 macro commands created from
      * the command line arguments.
      */
-    CommandQueue* getCommandQueue();
+    inline CommandQueue* getCommandQueue();
 
     /**
      * Print the usage statement.

slic/src
CommandLineProcessor.cc 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- CommandLineProcessor.cc	15 Dec 2006 05:32:46 -0000	1.4
+++ CommandLineProcessor.cc	20 Dec 2006 00:20:35 -0000	1.5
@@ -1,4 +1,4 @@
-// $Id: CommandLineProcessor.cc,v 1.4 2006/12/15 05:32:46 jeremy Exp $
+// $Id: CommandLineProcessor.cc,v 1.5 2006/12/20 00:20:35 jeremy Exp $
 
 #include "CommandLineProcessor.hh"
 
@@ -185,7 +185,7 @@
     os << std::endl;
   }
 
-  void CommandLineProcessor::printVersion(std::ostream& os) const
+  inline void CommandLineProcessor::printVersion(std::ostream& os) const
   {
     os << PackageInfo::getFullApplicationString() << std::endl;
   }
@@ -425,7 +425,7 @@
     }    
   }
 
-  CommandQueue* CommandLineProcessor::getCommandQueue()
+  inline CommandQueue* CommandLineProcessor::getCommandQueue()
   {
     return &m_g4q;
   }
CVSspam 0.2.8