/[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 158 by torben, Mon Dec 8 21:49:49 2008 UTC
# Line 7  Line 7 
7    
8  #include "version.h"  #include "version.h"
9  #include "Spooler.h"  #include "Spooler.h"
10  #include "util.h"  #include "Util.h"
11    
12  using namespace std;  using namespace std;
13    
# 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.158

  ViewVC Help
Powered by ViewVC 1.1.20