Print

Print


Commit in slic/include on MAIN
LcioManager.hh+1-21.56 -> 1.57
Module.hh+2-21.9 -> 1.10
+3-4
2 modified files


slic/include
LcioManager.hh 1.56 -> 1.57
diff -u -r1.56 -r1.57
--- LcioManager.hh	27 Apr 2007 01:54:32 -0000	1.56
+++ LcioManager.hh	26 Jul 2010 20:41:18 -0000	1.57
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/slic/include/LcioManager.hh,v 1.56 2007/04/27 01:54:32 jeremy Exp $
+// $Header: /cvs/lcd/slic/include/LcioManager.hh,v 1.57 2010/07/26 20:41:18 jeremy Exp $
 
 #ifndef SLIC_LCIOMANAGER_HH
 #define SLIC_LCIOMANAGER_HH 1
@@ -90,7 +90,6 @@
     static EFileExistsAction getFileExistsActionFromString( const std::string& fea);
 
     void setRunNumber(RunNumberType rnt);
-    const int getRunNumber();
 
     // run actions
     void beginRun( const G4Run* );

slic/include
Module.hh 1.9 -> 1.10
diff -u -r1.9 -r1.10
--- Module.hh	9 Apr 2008 22:09:35 -0000	1.9
+++ Module.hh	26 Jul 2010 20:41:18 -0000	1.10
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/slic/include/Module.hh,v 1.9 2008/04/09 22:09:35 jeremy Exp $
+// $Header: /cvs/lcd/slic/include/Module.hh,v 1.10 2010/07/26 20:41:18 jeremy Exp $
 
 #ifndef SLIC_MODULE_HH
 #define SLIC_MODULE_HH 1
@@ -53,7 +53,7 @@
                 return m_name;
             }
 
-            const ModuleStatus getStatus() const 
+            ModuleStatus getStatus() const 
             {
                 return m_status;
             }
CVSspam 0.2.8