~mateo-salta/nitroshare/nitroshare

« back to all changes in this revision

Viewing changes to include/CFileReceiver.h

  • Committer: Nathan Osman
  • Date: 2012-06-20 04:12:55 UTC
  • Revision ID: admin@quickmediasolutions.com-20120620041255-q9h0r4phyz3x6vqw
Implemented security policy for incoming files... even though they still aren't properly stored on the receiving end.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
    private:
47
47
 
48
 
        bool TestAgainstPolicy(QString);
 
48
        bool TestAgainstPolicy(CFileHeader);
49
49
 
50
50
        ReceiveState m_state;
51
51
 
 
52
        QString     m_hostname;
52
53
        CFileHeader m_header;
53
 
        QByteArray m_read_buffer;
 
54
        QByteArray  m_read_buffer;
54
55
};
55
56
 
56
57
#endif // CFILERECEIVER_H