From 58943add104a14bdb7fdd405b6f29783aa73d52a Mon Sep 17 00:00:00 2001 From: eutarass Date: Tue, 23 Feb 2010 19:19:22 +0000 Subject: TCF Agent: 1. TCFSuspendGroup definition and related code is deleted. It was conflicting with value-add functionality. 2. "char *" changed to "const char *" where necessary to get rid of g++ warnings "deprecated conversion from string constant to 'char'" 3. fixed g++ warnings "'...' might be used uninitialized in this function" --- examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h b/examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h index 57e861870..7283525a2 100644 --- a/examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h +++ b/examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h @@ -52,7 +52,7 @@ #include "diagnostics.h" #include "daytime.h" -static void ini_services(Protocol * proto, TCFBroadcastGroup * bcg, TCFSuspendGroup * spg) { +static void ini_services(Protocol * proto, TCFBroadcastGroup * bcg) { #if SERVICE_FileSystem ini_file_system_service(proto); #endif -- cgit v1.2.3