X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fcore%2Fapplication.h;h=81569ad45a965ad85c165a7eb5914f360be3f9a7;hb=521cf1db00f8ce2d9f9494dca503d6c17d89ac2f;hp=fa0c9c41bcf42a7923237b21cdcc410233599226;hpb=fe77fc6b869a71bf94d501a0762579f4ddbc5094;p=libs%2Fcore.git diff --git a/source/core/application.h b/source/core/application.h index fa0c9c4..81569ad 100644 --- a/source/core/application.h +++ b/source/core/application.h @@ -1,10 +1,11 @@ -/* +/* $Id$ + This file is part of libmspcore Copyright © 2006 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ -#ifndef MSP_FRAMEWORK_APPLICATION_H_ -#define MSP_FRAMEWORK_APPLICATION_H_ +#ifndef MSP_CORE_APPLICATION_H_ +#define MSP_CORE_APPLICATION_H_ #include "semaphore.h" @@ -29,7 +30,7 @@ protected: TICK_SLEEP, /// Call tick every iteration, with a short sleep in between TICK_YIELD /// Call tick every iteration, with sched_yield in between }; - + class RegBase { public: