[maemo-commits] [maemo-commits] r18707 - projects/haf/trunk/maemo-launcher/launcher
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Jun 12 13:24:55 EEST 2009
- Previous message: [maemo-commits] r18706 - projects/haf/trunk/maemo-launcher
- Next message: [maemo-commits] r18708 - projects/haf/trunk/maemo-launcher/launcher
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: makarhun
Date: 2009-06-12 13:24:54 +0300 (Fri, 12 Jun 2009)
New Revision: 18707
Modified:
projects/haf/trunk/maemo-launcher/launcher/booster_cpp.cpp
Log:
Modified: projects/haf/trunk/maemo-launcher/launcher/booster_cpp.cpp
===================================================================
--- projects/haf/trunk/maemo-launcher/launcher/booster_cpp.cpp 2009-06-12 09:53:16 UTC (rev 18706)
+++ projects/haf/trunk/maemo-launcher/launcher/booster_cpp.cpp 2009-06-12 10:24:54 UTC (rev 18707)
@@ -36,6 +36,7 @@
static void cpp_init (void)
{
+/*
std::string str;
std::vector<int> vec;
std::list<int> list;
@@ -43,6 +44,7 @@
std::map<int,int> map;
std::multimap<int,int,int> mmap;
std::set<int,int> set;
+*/
}
extern "C" {
@@ -60,7 +62,7 @@
{
debug("booster CPP module init (%s)\n", progfilename);
- cpp_init();
+// cpp_init();
}
static void
- Previous message: [maemo-commits] r18706 - projects/haf/trunk/maemo-launcher
- Next message: [maemo-commits] r18708 - projects/haf/trunk/maemo-launcher/launcher
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
