]> git.tdb.fi Git - libs/core.git/blobdiff - source/core/application.h
Assimilate exceptions and RefPtr from mspmisc
[libs/core.git] / source / core / application.h
index fa0c9c41bcf42a7923237b21cdcc410233599226..81569ad45a965ad85c165a7eb5914f360be3f9a7 100644 (file)
@@ -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: