[Saga-devel] saga SVN commit 3316: /trunk/saga/saga/adaptors/utils/

amerzky at cct.lsu.edu amerzky at cct.lsu.edu
Sat Jan 17 06:05:29 CST 2009


User: amerzky
Date: 2009/01/17 06:05 AM

Modified:
 /trunk/saga/saga/adaptors/utils/
  utils.hpp

Log:
 fix

File Changes:

Directory: /trunk/saga/saga/adaptors/utils/
===========================================

File [modified]: utils.hpp
Delta lines: +1 -1
===================================================================
--- trunk/saga/saga/adaptors/utils/utils.hpp	2009-01-17 11:53:48 UTC (rev 3315)
+++ trunk/saga/saga/adaptors/utils/utils.hpp	2009-01-17 12:05:20 UTC (rev 3316)
@@ -32,7 +32,7 @@
       std::string               get_localhost       (void);
       std::vector <std::string> get_localhosts      (void);
       bool                      host_is_localhost   (std::string host);
-      bool                      url_is_local        (saga::url   url );
+      bool                      url_is_local        (const saga::url & url);
 
     } // namespace utils
   } // namespace adaptors 



More information about the saga-devel mailing list