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) (unidiff)
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 @@
1/***************************************************************************
2 main-opie.cpp - description
3 -------------------
4 begin : ven mai 23 19:26:00 CEST 2003
5 copyright : (C) 2003 by Simon Morlat
6 email : simon.morlat@linphone.org
7 ***************************************************************************/
8
9/***************************************************************************
10 * *
11 * This program is free software; you can redistribute it and/or modify *
12 * it under the terms of the GNU General Public License as published by *
13 * the Free Software Foundation; either version 2 of the License, or *
14 * (at your option) any later version. *
15 * *
16 ***************************************************************************/
17#include <opie/oapplicationfactory.h>
18#include "mainwindow.h"
19
20OPIE_EXPORT_APP( OApplicationFactory<MainWindow> )
21
22