/[projects]/smsdaemon/smsqueue.cpp
ViewVC logotype

Diff of /smsdaemon/smsqueue.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 132 by torben, Sun Dec 7 00:59:05 2008 UTC revision 134 by torben, Sun Dec 7 08:44:22 2008 UTC
# Line 58  int main(int argc, char* argv[]) Line 58  int main(int argc, char* argv[])
58    
59          try {          try {
60                  spool.enqueue(recipient,message);                  spool.enqueue(recipient,message);
61                    cout << "enqueued as: " << spool.getFilename() << endl;
62          } catch (std::exception& e) {          } catch (std::exception& e) {
63                  cout << e.what() << endl;                  cout << e.what() << endl;
64                  return -1;                  return -1;

Legend:
Removed from v.132  
changed lines
  Added in v.134

  ViewVC Help
Powered by ViewVC 1.1.20