qthighway/xqserviceutil/src/xqrequestutil.h
changeset 8 71781823f776
parent 4 90517678cc4f
child 19 46686fb6258c
equal deleted inserted replaced
5:453da2cfceef 8:71781823f776
    65     // Helper to set the option OptSynchronous 
    65     // Helper to set the option OptSynchronous 
    66     void setSynchronous(bool on);
    66     void setSynchronous(bool on);
    67     void setSecurityInfo(const quint32 sid, const quint32 vid, const quint32 caps );
    67     void setSecurityInfo(const quint32 sid, const quint32 vid, const quint32 caps );
    68     const XQSharableFile *getSharableFile(int index) const;
    68     const XQSharableFile *getSharableFile(int index) const;
    69     static int mapError(int error);
    69     static int mapError(int error);
       
    70     static QString channelName(const QString &connectionName);
    70         
    71         
    71     public:
    72     public:
    72         XQAiwInterfaceDescriptor mDescriptor;  // Contains e.g. service and interface name 
    73         XQAiwInterfaceDescriptor mDescriptor;  // Contains e.g. service and interface name 
    73         XQRequestInfo mInfo;
    74         XQRequestInfo mInfo;
    74         QList<XQSharableFile> mSharableFileArgs;   // Use list even though one file possible to transfer
    75         QList<XQSharableFile> mSharableFileArgs;   // Use list even though one file possible to transfer