You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by wh...@apache.org on 2005/05/05 17:46:57 UTC

cvs commit: ws-axis/c/src/server/apache ApacheTransport.h

whitlock    2005/05/05 08:46:57

  Modified:    c/src/server/apache ApacheTransport.h
  Log:
  Add in a dummy implementation for getAllAttachments because it is a pure virtual method in SOAPTransport which is ApacheTransport's superclass.
  
  Revision  Changes    Path
  1.14      +2 -1      ws-axis/c/src/server/apache/ApacheTransport.h
  
  Index: ApacheTransport.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/server/apache/ApacheTransport.h,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- ApacheTransport.h	23 Mar 2005 15:44:59 -0000	1.13
  +++ ApacheTransport.h	5 May 2005 15:46:57 -0000	1.14
  @@ -76,7 +76,8 @@
   	// hawkeyeThis used to return "value" but now fails because of the changed signature
   	// What should it be ?
   	ISoapAttachment* getAttachment(const char* pcAttachmentid){return NULL;};
  -	
  +    ISoapAttachment** getAllAttachments(int *pAttchArraySize){return NULL;};
  +
   	/** 
   	 * end of fixing build breaks
   	 */