Moved network related stuff that depends on the service paradigm into backyard.
This commit is contained in:
parent
3bb7a21735
commit
e025faf68f
3 changed files with 3 additions and 3 deletions
|
@ -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 $
|
||||
*/
|
||||
|
||||
/**
|
|
@ -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"
|
|
@ -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__
|
Loading…
Reference in a new issue