Date: Thursday, March 16, 2006 @ 15:36:56
  Author: marc
    Path: /cvsroot/carob/carob/include

Modified: Common.hpp (1.34 -> 1.35)

Added argument names in logDebug() declaration, just for documentation purpose.


------------+
 Common.hpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: carob/include/Common.hpp
diff -u carob/include/Common.hpp:1.34 carob/include/Common.hpp:1.35
--- carob/include/Common.hpp:1.34       Fri Mar 10 18:11:38 2006
+++ carob/include/Common.hpp    Thu Mar 16 15:36:56 2006
@@ -74,7 +74,7 @@
  * Writes a log message with 'Debug' level.
  * Use isDebugEnabled() to determine if the message should be printed
  */
-void logDebug(const std::wstring&, const std::wstring&);
+void logDebug(const std::wstring& fctName, const std::wstring& message);
 /**
  * Writes a log message with 'Info' level.
  * Use isInfoEnabled() to determine if the message should be printed

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to