Author: sayer
Date: 2009-03-25 12:54:40 +0100 (Wed, 25 Mar 2009)
New Revision: 1330

Modified:
   trunk/apps/dsm/mods/mod_mysql/ModMysql.cpp
Log:
removed obsolete comments

Modified: trunk/apps/dsm/mods/mod_mysql/ModMysql.cpp
===================================================================
--- trunk/apps/dsm/mods/mod_mysql/ModMysql.cpp  2009-03-25 00:23:53 UTC (rev 
1329)
+++ trunk/apps/dsm/mods/mod_mysql/ModMysql.cpp  2009-03-25 11:54:40 UTC (rev 
1330)
@@ -411,19 +411,3 @@
   return conn->connected();
 } MATCH_CONDITION_END;
 
-// bool FileExistsCondition::match(AmSession* sess, DSMCondition::EventType 
event,
-//                             map<string,string>* event_params) {
-//   GET_SCSESSION();
-//   DBG("checking file '%s'\n", arg.c_str());
-//   string fname = resolveVars(arg, sess, sc_sess, event_params);
-//   bool ex =  file_exists(fname);
-//   DBG("file '%s' %s\n", fname.c_str(), ex?"exists":"does not exist");
-//   if (inv) {
-//     DBG("returning %s\n", (!ex)?"true":"false");
-//     return !ex;
-//   }  else {
-//     DBG("returning %s\n", (ex)?"true":"false");
-//     return ex;
-//   }
-// }
-

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to