| /******************************************************************************* |
| * Copyright (c) 2010 Nokia 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: |
| * Nokia - Initial API and implementation |
| *******************************************************************************/ |
| #ifndef TCFHEADERS_H_ |
| #define TCFHEADERS_H_ |
| |
| #pragma once |
| |
| #ifdef __cplusplus |
| extern "C" { |
| #endif |
| |
| #include <errno.h> |
| #include <assert.h> |
| #include <signal.h> |
| |
| #include "mdep.h" |
| #include "protocol.h" |
| #include "errors.h" |
| #include "exceptions.h" |
| #include "json.h" |
| #include "myalloc.h" |
| #include "asyncreq.h" |
| #include "events.h" |
| #include "trace.h" |
| #include "myalloc.h" |
| #include "channel.h" |
| #include "discovery.h" |
| //#include "discovery_help.h" |
| #include "streams.h" |
| #include "base64.h" |
| #include "inputbuf.h" |
| |
| #ifdef __cplusplus |
| } |
| #endif |
| |
| #endif /* #define TCFHEADERS_H_ */ |