Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
…722-0410-b921-86c7d4935375
  • Loading branch information
nandika committed Oct 16, 2010
1 parent 4095d1c commit 5ac1969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/OMDataHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ namespace wso2wsf
* @param output_stream_length size of retrieved stream.
* @return true if operation was successful, false otherwise.
*/
WSF_EXTERN bool WSF_CALL read(axis2_byte_t ** output_stream, int * output_stream_length);
WSF_EXTERN bool WSF_CALL read(axis2_byte_t ** output_stream, size_t * output_stream_length);

/**
* Method to write to a stream.
Expand Down

0 comments on commit 5ac1969

Please sign in to comment.