summaryrefslogtreecommitdiff
path: root/noncore
authordwmw2 <dwmw2>2002-04-04 14:12:32 (UTC)
committer dwmw2 <dwmw2>2002-04-04 14:12:32 (UTC)
commit27602da5cda073d9f0fbcd97a62897b8a4addcdc (patch) (side-by-side diff)
tree6c358019ae957ce760b59b1d94040b659c4b5783 /noncore
parentd3ef7996a0c857451395fcdd2eed63399100586a (diff)
downloadopie-27602da5cda073d9f0fbcd97a62897b8a4addcdc.zip
opie-27602da5cda073d9f0fbcd97a62897b8a4addcdc.tar.gz
opie-27602da5cda073d9f0fbcd97a62897b8a4addcdc.tar.bz2
no cout.
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/gsmtool/gsmtool.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/noncore/unsupported/gsmtool/gsmtool.cpp b/noncore/unsupported/gsmtool/gsmtool.cpp
index 6fea596..e6122ad 100644
--- a/noncore/unsupported/gsmtool/gsmtool.cpp
+++ b/noncore/unsupported/gsmtool/gsmtool.cpp
@@ -287,13 +287,9 @@ void GSMTool::doNewSMSSendButton()
SMSSubmitMessage m(msgtext, dest);
try {
- Ref<SMSMessage> ackPDU;
m.setAt(new GsmAt(*me));
- m.send(ackPDU);
+ m.send();
- // print acknowledgement if available
- if (! ackPDU.isnull())
- cout << ackPDU->toString();
NewSMSStatusLabel->setText("Message sent.");
} catch (GsmException &ge) {
NewSMSStatusLabel->setText("Failed.");