You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by NormW <no...@bocnet.com.au> on 2004/03/17 05:56:25 UTC

PATCH jk_shm.c Cosmetic only.

Greetings All.
The following links to a 'patch' primarily intended to remove some
'comments' I had put in my previous patch to Guenter but hadn't noticed were
also included in the diff he prepared. Cosmetic tidy up only.
http://www.gknw.com/norm/jk_shm.c.diff
Note this _is_ a different file to yesterdays.
-------------------------------------------------
--- jk_shm.c.orig Tue Mar 16 22:19:21 2004
+++ jk_shm.c Wed Mar 17 07:40:54 2004
@@ -463,17 +463,15 @@

     result->setAttribute = jk2_shm_setAttribute;
     result->setAttributeInfo = jk2_shm_setAttributeInfo;
-    /* Add the following to this function - seems someone else */
-    /* thought of it based on the 'comment' previously there */
     result->getAttributeInfo = jk2_shm_getAttributeInfo;
     result->getAttribute = jk2_shm_getAttribute;
     result->multiValueInfo = NULL;
     shm->mbean = result;
     result->object = shm;
     result->invoke=jk2_shm_invoke;
+
     shm->init = jk2_shm_init;
     shm->destroy = jk2_shm_destroy;
-
     shm->getSlot = jk2_shm_getSlot;
     shm->createSlot = jk2_shm_createSlot;
     shm->reset = jk2_shm_reset;
------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org