Author: joes
Date: Tue Apr 26 21:38:09 2005
New Revision: 164946

URL: http://svn.apache.org/viewcvs?rev=164946&view=rev
Log:
Minor refactoring.


Added:
    
httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Error/APR__Request__Error.h
Removed:
    httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Handle/
Modified:
    httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Error/Error.xs

Added: 
httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Error/APR__Request__Error.h
URL: 
http://svn.apache.org/viewcvs/httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Error/APR__Request__Error.h?rev=164946&view=auto
==============================================================================
--- 
httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Error/APR__Request__Error.h 
(added)
+++ 
httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Error/APR__Request__Error.h 
Tue Apr 26 21:38:09 2005
@@ -0,0 +1,6 @@
+static XS(XS_APR__Request__Error_nil)
+{
+    dXSARGS;
+    (void)items;
+    XSRETURN_EMPTY;
+}

Modified: httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Error/Error.xs
URL: 
http://svn.apache.org/viewcvs/httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Error/Error.xs?rev=164946&r1=164945&r2=164946&view=diff
==============================================================================
--- httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Error/Error.xs (original)
+++ httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Error/Error.xs Tue Apr 26 
21:38:09 2005
@@ -1,10 +1,3 @@
-static XS(XS_APR__Request__Error_nil)
-{
-    dXSARGS;
-    (void)items;
-    XSRETURN_EMPTY;
-}
-
 MODULE = APR::Request::Error       PACKAGE = APR::Request::Error
 
 SV *strerror(s)


Reply via email to