blob: ad2447788b774f0beb7adfa08b1b2de321699c06 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007 Wind River Systems, Inc. and others.
* 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:
* Wind River Systems - initial API and implementation
*******************************************************************************/
/*
* This module implements tunneling of TCF messages to another target on behalf of a client
* This service intended to be used when a client has no direct access to a target.
*/
// TODO: Proxy service is not implemented yet
#include "proxy.h"
void ini_proxy_service(void) {
}