[maemo-commits] [maemo-commits] r18708 - projects/haf/trunk/maemo-launcher/launcher

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Jun 12 13:25:55 EEST 2009
Author: makarhun
Date: 2009-06-12 13:25:54 +0300 (Fri, 12 Jun 2009)
New Revision: 18708

Removed:
   projects/haf/trunk/maemo-launcher/launcher/booster_cpp.c
Log:


Deleted: projects/haf/trunk/maemo-launcher/launcher/booster_cpp.c
===================================================================
--- projects/haf/trunk/maemo-launcher/launcher/booster_cpp.c	2009-06-12 10:24:54 UTC (rev 18707)
+++ projects/haf/trunk/maemo-launcher/launcher/booster_cpp.c	2009-06-12 10:25:54 UTC (rev 18708)
@@ -1,54 +0,0 @@
-/*
- * $Id: booster_cpp.c Tue, 07 Apr 2009 09:38:38 +0300 makarhun $
- *
- * Copyright (C) 2008 Nokia Corporation
- *
- * Authors: Janne Karhunen <Janne.Karhunen at nokia.com>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
- *
- */
-
-#include <stdio.h>
-
-#include "booster.h"
-#include "report.h"
-
-static booster_state_t
-booster_cpp_preinit(int *argc, char ***argv)
-{
-  debug("booster CPP module preinit (%s)\n", *argv[0]);
-
-  return NULL;
-}
-
-static void
-booster_cpp_init(const char *progfilename, const booster_state_t state)
-{
-  debug("booster CPP module init (%s)\n", progfilename);
-}
-
-static void
-booster_cpp_reload(booster_state_t state)
-{
-  debug("booster CPP module reload\n");
-}
-
-booster_api_t booster_cpp_api = {
-  .booster_version = BOOSTER_API_VERSION,
-  .booster_preinit = booster_cpp_preinit,
-  .booster_init = booster_cpp_init,
-  .booster_reload = booster_cpp_reload,
-};
-

More information about the maemo-commits mailing list