summaryrefslogtreecommitdiff
path: root/noncore/net/linphone/main.cpp
authorharlekin <harlekin>2004-02-22 23:38:58 (UTC)
committer harlekin <harlekin>2004-02-22 23:38:58 (UTC)
commit666a49773d06ac94c19996d763854725c2f7a578 (patch) (side-by-side diff)
treec886c9373ed967ed5dfe468ac6260d4c5218c4d1 /noncore/net/linphone/main.cpp
parent2fc1e609a40a47df6a38256faccfee7916b59bbd (diff)
downloadopie-666a49773d06ac94c19996d763854725c2f7a578.zip
opie-666a49773d06ac94c19996d763854725c2f7a578.tar.gz
opie-666a49773d06ac94c19996d763854725c2f7a578.tar.bz2
initial checkin of opie linphone, not really usefull yet, just to make sure I dont loose any data
Diffstat (limited to 'noncore/net/linphone/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/linphone/main.cpp22
1 files changed, 22 insertions, 0 deletions
diff --git a/noncore/net/linphone/main.cpp b/noncore/net/linphone/main.cpp
new file mode 100644
index 0000000..9146fee
--- a/dev/null
+++ b/noncore/net/linphone/main.cpp
@@ -0,0 +1,22 @@
+/***************************************************************************
+ main-opie.cpp - description
+ -------------------
+ begin : ven mai 23 19:26:00 CEST 2003
+ copyright : (C) 2003 by Simon Morlat
+ email : simon.morlat@linphone.org
+ ***************************************************************************/
+
+/***************************************************************************
+ * *
+ * 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; either version 2 of the License, or *
+ * (at your option) any later version. *
+ * *
+ ***************************************************************************/
+#include <opie/oapplicationfactory.h>
+#include "mainwindow.h"
+
+OPIE_EXPORT_APP( OApplicationFactory<MainWindow> )
+
+