complex macros with ;
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
|
||||
class PIP_EXPORT PIFileTransfer: public PIBaseTransfer
|
||||
{
|
||||
PIOBJECT_SUBCLASS(PIFileTransfer, PIBaseTransfer)
|
||||
PIOBJECT_SUBCLASS(PIFileTransfer, PIBaseTransfer);
|
||||
public:
|
||||
PIFileTransfer();
|
||||
~PIFileTransfer();
|
||||
@@ -82,11 +82,11 @@ public:
|
||||
const llong * bytesFileAll_ptr() const {return &bytes_file_all;}
|
||||
const llong * bytesFileCur_ptr() const {return &bytes_file_cur;}
|
||||
|
||||
EVENT(receiveFilesStarted)
|
||||
EVENT1(receiveFilesFinished, bool, ok)
|
||||
EVENT(sendFilesStarted)
|
||||
EVENT1(sendFilesFinished, bool, ok)
|
||||
EVENT3(receiveFilesRequest, PIStringList, files, llong, total_bytes, bool *, ok)
|
||||
EVENT(receiveFilesStarted);
|
||||
EVENT1(receiveFilesFinished, bool, ok);
|
||||
EVENT(sendFilesStarted);
|
||||
EVENT1(sendFilesFinished, bool, ok);
|
||||
EVENT3(receiveFilesRequest, PIStringList, files, llong, total_bytes, bool *, ok);
|
||||
|
||||
private:
|
||||
static const char sign[];
|
||||
|
||||
Reference in New Issue
Block a user