[wiaflos-devel] COMMIT - r263 - trunk/wiaflos
svn at linuxrulz.org
svn at linuxrulz.org
Thu Dec 25 07:24:47 GMT 2008
Author: nkukard
Date: 2008-12-25 07:24:47 +0000 (Thu, 25 Dec 2008)
New Revision: 263
Modified:
trunk/wiaflos/constants.pm
Log:
* Added forking error constant
Modified: trunk/wiaflos/constants.pm
===================================================================
--- trunk/wiaflos/constants.pm 2008-11-09 12:40:05 UTC (rev 262)
+++ trunk/wiaflos/constants.pm 2008-12-25 07:24:47 UTC (rev 263)
@@ -34,6 +34,7 @@
ERR_SRVPARAM
ERR_SRVFILE
ERR_SRVEXEC
+ ERR_SRVFORK
ERR_SRVCACHE
ERR_SRVTEMPLATE
@@ -79,6 +80,7 @@
ERR_SRVPARAM => -501, # -8
ERR_SRVFILE => -511,
ERR_SRVEXEC => -512,
+ ERR_SRVFORK => -513,
ERR_SRVCACHE => -590,
ERR_SRVTEMPLATE => -600,
More information about the wiaflos-devel
mailing list