From e025faf68f844fbb0bb61ca6be245bac3785d84d Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Wed, 23 May 2007 23:27:57 +0000 Subject: [PATCH] Moved network related stuff that depends on the service paradigm into backyard. --- {core => backyard/core}/net/adhoc-service.h | 2 +- {core => backyard/core}/net/hc-service.c | 2 +- {core => backyard/core}/net/hc-service.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename {core => backyard/core}/net/adhoc-service.h (96%) rename {core => backyard/core}/net/hc-service.c (96%) rename {core => backyard/core}/net/hc-service.h (96%) diff --git a/core/net/adhoc-service.h b/backyard/core/net/adhoc-service.h similarity index 96% rename from core/net/adhoc-service.h rename to backyard/core/net/adhoc-service.h index 65041286f..84ef75019 100644 --- a/core/net/adhoc-service.h +++ b/backyard/core/net/adhoc-service.h @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: adhoc-service.h,v 1.1 2006/06/17 22:41:18 adamdunkels Exp $ + * $Id: adhoc-service.h,v 1.1 2007/05/23 23:28:19 oliverschmidt Exp $ */ /** diff --git a/core/net/hc-service.c b/backyard/core/net/hc-service.c similarity index 96% rename from core/net/hc-service.c rename to backyard/core/net/hc-service.c index bdc28c827..e3e2418fb 100644 --- a/core/net/hc-service.c +++ b/backyard/core/net/hc-service.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * @(#)$Id: hc-service.c,v 1.1 2006/06/17 22:41:18 adamdunkels Exp $ + * @(#)$Id: hc-service.c,v 1.1 2007/05/23 23:28:19 oliverschmidt Exp $ */ #include "hc-service.h" diff --git a/core/net/hc-service.h b/backyard/core/net/hc-service.h similarity index 96% rename from core/net/hc-service.h rename to backyard/core/net/hc-service.h index ad43f7c2b..809bd16d5 100644 --- a/core/net/hc-service.h +++ b/backyard/core/net/hc-service.h @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * @(#)$Id: hc-service.h,v 1.1 2006/06/17 22:41:18 adamdunkels Exp $ + * @(#)$Id: hc-service.h,v 1.1 2007/05/23 23:28:19 oliverschmidt Exp $ */ #ifndef __HC_SERVICE_H__ #define __HC_SERVICE_H__