From 27602da5cda073d9f0fbcd97a62897b8a4addcdc Mon Sep 17 00:00:00 2001 From: dwmw2 Date: Thu, 04 Apr 2002 14:12:32 +0000 Subject: no cout. --- (limited to 'noncore/unsupported/gsmtool/gsmtool.cpp') 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 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."); -- cgit v0.9.0.2