Moved network related stuff that depends on the service paradigm into backyard.

This commit is contained in:
oliverschmidt 2007-05-23 23:27:57 +00:00
parent 3bb7a21735
commit e025faf68f
3 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@
* *
* This file is part of the Contiki operating system. * 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 $
*/ */
/** /**

View file

@ -28,7 +28,7 @@
* *
* This file is part of the Contiki operating system. * 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" #include "hc-service.h"

View file

@ -28,7 +28,7 @@
* *
* This file is part of the Contiki operating system. * 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__ #ifndef __HC_SERVICE_H__
#define __HC_SERVICE_H__ #define __HC_SERVICE_H__