phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] sync/inc/class.ipc_sync.inc.php, 1.20


From: nomail
Subject: [Phpgroupware-cvs] sync/inc/class.ipc_sync.inc.php, 1.20
Date: Mon, 7 Jun 2004 15:54:30 +0200

Update of /sync/inc
Modified Files:
        Branch: 
          class.ipc_sync.inc.php

date: 2004/06/07 13:54:30;  author: mleonhardt;  state: Exp;  lines: +36 -1

Log Message:
- new interfaces for source and device info
=====================================================================
Index: sync/inc/class.ipc_sync.inc.php
diff -u sync/inc/class.ipc_sync.inc.php:1.19 
sync/inc/class.ipc_sync.inc.php:1.20
--- sync/inc/class.ipc_sync.inc.php:1.19        Tue Jun  1 15:15:09 2004
+++ sync/inc/class.ipc_sync.inc.php     Mon Jun  7 13:54:30 2004
@@ -456,5 +456,40 @@
     return $res;    
   }
   
+ /*
+  * //Tdodo: !! add documentation
+  * 
+  */ 
+  function setSourceInfoSupportedTypes($deviceid, $source, $mimetypes)
+  {
+    if ($this->debug)
+      error_log("setSourceInfoSupportedTypes($deviceid, $source, " . 
serialize($mimetypes));
+  }
+  
+ /*
+  * //Tdodo: !! add documentation
+  * 
+  */ 
+  function setPrefSourceInfo($deviceuri, $storeinfo)
+  {
+    if ($this->debug)
+    {
+      error_log("setPrefSourceInfo($deviceuri, " . serialize($storeinfo));
+    }
+    return 1;
+  }  
+  
+ /*
+  * //Tdodo: !! add documentation
+  * 
+  */ 
+  function setDevInf($deviceuri, $devicename)
+  {
+    if ($this->debug)
+    {
+      error_log("setDevInf($deviceuri, $devicename)");
+    }
+    return 1;
+  }  
 }
 ?>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]