Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Tarassov2011-11-14 18:25:05 +0000
committerEugene Tarassov2011-11-14 18:25:05 +0000
commitb54048ea0461f8c79efcba9667d8f0410bbf6c27 (patch)
treef33e606bb9c8a186a8fd6bda3f53dd94fbee70cb /examples/org.eclipse.tcf.examples.daytime.agent/tcf/main/services-ext.h
parent084a4ec7a147d8fa78c11582d5d9a80e4a9c934c (diff)
downloadorg.eclipse.tcf-b54048ea0461f8c79efcba9667d8f0410bbf6c27.tar.gz
org.eclipse.tcf-b54048ea0461f8c79efcba9667d8f0410bbf6c27.tar.xz
org.eclipse.tcf-b54048ea0461f8c79efcba9667d8f0410bbf6c27.zip
DayTime agent example is moved into the agent repository
Diffstat (limited to 'examples/org.eclipse.tcf.examples.daytime.agent/tcf/main/services-ext.h')
-rw-r--r--examples/org.eclipse.tcf.examples.daytime.agent/tcf/main/services-ext.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/examples/org.eclipse.tcf.examples.daytime.agent/tcf/main/services-ext.h b/examples/org.eclipse.tcf.examples.daytime.agent/tcf/main/services-ext.h
deleted file mode 100644
index 00083d39a..000000000
--- a/examples/org.eclipse.tcf.examples.daytime.agent/tcf/main/services-ext.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2007, 2010 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
- * and Eclipse Distribution License v1.0 which accompany this distribution.
- * The Eclipse Public License is available at
- * http://www.eclipse.org/legal/epl-v10.html
- * and the Eclipse Distribution License is available at
- * http://www.eclipse.org/org/documents/edl-v10.php.
- * You may elect to redistribute this code under either of these licenses.
- *
- * Contributors:
- * Wind River Systems - initial API and implementation
- *******************************************************************************/
-
-/*
- * Services initialization code extension point.
- * If the agent is built with additional user-defined services,
- * a customized version of services-ext.h file can be added to compiler headers search paths.
- */
-
-#include <tcf/services/daytime.h>
-
-static void ini_ext_services(Protocol * proto, TCFBroadcastGroup * bcg) {
- ini_daytime_service(proto);
-}

Back to the top