PhpDoc fixes

This commit is contained in:
Roland Gruber 2007-11-03 13:24:00 +00:00
parent 3e4c3d71ce
commit bb5380c102
1 changed files with 7 additions and 2 deletions

View File

@ -26,7 +26,9 @@
* @author Cajus Pollmeier * @author Cajus Pollmeier
*/ */
/* File header is treated as constant. It cannot be defined inside the class if $PHP_VERSION < 5 */ /**
* File header
*/
define ("SAMBA_MUNGEDDIAL_FILEHEADER", define ("SAMBA_MUNGEDDIAL_FILEHEADER",
"20002000200020002000200020002000". "20002000200020002000200020002000".
"20002000200020002000200020002000". "20002000200020002000200020002000".
@ -35,7 +37,9 @@ define ("SAMBA_MUNGEDDIAL_FILEHEADER",
"20002000200020002000200020002000". "20002000200020002000200020002000".
"20002000200020002000200020002000". "20002000200020002000200020002000".
"5000"); "5000");
/* This is the old header, it is needed to automatically convert old mungedDials to new ones */ /**
* File header for old format.
*/
define ("SAMBA_MUNGEDDIAL_FILEHEADER_OLD", define ("SAMBA_MUNGEDDIAL_FILEHEADER_OLD",
"6d000800200020002000200020002000". "6d000800200020002000200020002000".
"20002000200020002000200020002000". "20002000200020002000200020002000".
@ -48,6 +52,7 @@ define ("SAMBA_MUNGEDDIAL_FILEHEADER_OLD",
* Manages terminal server settings for Samba 3. * Manages terminal server settings for Samba 3.
* *
* @author Cajus Pollmeier * @author Cajus Pollmeier
* @package modules
*/ */
class sambaMungedDial class sambaMungedDial
{ {