[Saga-devel] saga SVN commit 3414: /trunk/adaptors/condor/job/

jpabecasis at cct.lsu.edu jpabecasis at cct.lsu.edu
Sat Jan 31 15:27:46 CST 2009


User: jpabecasis
Date: 2009/01/31 03:27 PM

Modified:
 /trunk/adaptors/condor/job/
  condor_job_adaptor.hpp, job_registry.hpp, pool_data.hpp

Log:
 Minor nitpicks..

File Changes:

Directory: /trunk/adaptors/condor/job/
======================================

File [modified]: condor_job_adaptor.hpp
Delta lines: +1 -0
===================================================================
--- trunk/adaptors/condor/job/condor_job_adaptor.hpp	2009-01-31 21:26:11 UTC (rev 3413)
+++ trunk/adaptors/condor/job/condor_job_adaptor.hpp	2009-01-31 21:27:08 UTC (rev 3414)
@@ -8,6 +8,7 @@
 
 #include "helper.hpp"
 #include "pool_data.hpp"
+#include "shared_job_data.hpp"
 
 #include <saga/saga/adaptors/adaptor.hpp>
 

File [modified]: job_registry.hpp
Delta lines: +1 -1
===================================================================
--- trunk/adaptors/condor/job/job_registry.hpp	2009-01-31 21:26:11 UTC (rev 3413)
+++ trunk/adaptors/condor/job/job_registry.hpp	2009-01-31 21:27:08 UTC (rev 3414)
@@ -29,7 +29,7 @@
 namespace saga { namespace adaptors { namespace condor {
 
     struct shared_job_data;
-    std::string const & get_cluster_id(shared_job_data *);
+    inline std::string const & get_cluster_id(shared_job_data *);
 
     //  Maps Condor job IDs to job instances. It is suggested that job IDs be
     //  either "Cluster" or "Cluster.Process".

File [modified]: pool_data.hpp
Delta lines: +1 -1
===================================================================
--- trunk/adaptors/condor/job/pool_data.hpp	2009-01-31 21:26:11 UTC (rev 3413)
+++ trunk/adaptors/condor/job/pool_data.hpp	2009-01-31 21:27:08 UTC (rev 3414)
@@ -78,7 +78,7 @@
             {
             }
 
-            pool_data get()
+            pool_data get() const
             {
                 pool_data pd;
                 pd.data_ = data_.lock();



More information about the saga-devel mailing list