openamf/src/java/org/openamf DefaultGateway.java,1.24,1.25

[email protected]
Newsgroups gmane.comp.java.openamf.cvs
Message-ID <[email protected]>
Update of /cvsroot/openamf/openamf/src/java/org/openamf
In directory sc8-pr-cvs1:/tmp/cvs-serv30218/src/java/org/openamf

Modified Files:
	DefaultGateway.java 
Log Message:
fixed bug that was stoping multiple bodies from working

Index: DefaultGateway.java
===================================================================
RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/DefaultGateway.java,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** DefaultGateway.java	1 May 2003 23:22:40 -0000	1.24
--- DefaultGateway.java	24 May 2003 01:06:59 -0000	1.25
***************
*** 76,79 ****
--- 76,80 ----
  		DataOutputStream outputStream = new DataOutputStream(baOutputStream);
  
+ 		outputStream.writeShort(requestMessage.getBodyCount());
  		for (Iterator bodies = requestMessage.getBodies(); bodies.hasNext();) {
  			AMFBody requestBody = (AMFBody) bodies.next();




-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.