~mateo-salta/nitroshare/nitroshare

« back to all changes in this revision

Viewing changes to include/rpc/CRPCServer.h

  • Committer: Mateo Salta
  • Date: 2012-12-04 02:35:01 UTC
  • Revision ID: mateo_salta@yahoo.com-20121204023501-gqs5brkvdi9w0kxf
Resolved double startup launcher situation

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
    private slots:
38
38
 
 
39
        void OnFoundInstance();
39
40
        void OnRequest(int, QString, QList<xmlrpc::Variant>);
 
41
 
 
42
    private:
 
43
 
 
44
        bool m_found_instance;
40
45
};
41
46
 
42
47
#endif // CRPCSERVER_H