~mateo-salta/nitroshare/nitroshare

« back to all changes in this revision

Viewing changes to src/util/defaults.cpp

  • Committer: Nathan Osman
  • Date: 2012-07-04 23:45:28 UTC
  • Revision ID: admin@quickmediasolutions.com-20120704234528-1ycx8e04a2swv53s
Added dependency on XML-RPC library and implemented code to make sure that only one instance of the application is running at a time.

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
    Map["Network/TimeoutInterval"]   = 45;
77
77
    Map["Network/TransmissionPort"]  = 41721;
78
78
 
 
79
    Map["RPC/Port"] = 41722;
 
80
 
79
81
    Map["ShareBox/Instances"] = GenerateDefaultShareBoxInstance();
80
82
}