blob: 5c88bc05649d861274f84bc4445cfe406f230c73 [file] [log] [blame]
///////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2000-2017 Ericsson Telecom AB
//
// All rights reserved. This program and the accompanying materials
// are made available under the terms of the Eclipse Public License v1.0
// which accompanies this distribution, and is available at
// http://www.eclipse.org/legal/epl-v10.html
///////////////////////////////////////////////////////////////////////////////
//
// Contributors:
// Elemer Lelik-initial implementation
//
//
//This function permits extracting JSON messages from a TCP stream by calculating the message length
//
module STOMP_common
{
//-----------------------------------------------------------------------------
//External functions
//-----------------------------------------------------------------------------
external function f_calc_STOMP_length( in octetstring data) return integer;
}