Send PTP_RC_GeneralError when cancelling object transfers.
Moved back uint64 to unsigned long to avoid variable truncation with the vitamtp library. Astyle format dds.cpp.
This commit is contained in:
@@ -63,9 +63,8 @@ private:
|
||||
void vitaEventSendObjectMetadataItems(vita_event_t *event, int eventId);
|
||||
void vitaEventSendNPAccountInfo(vita_event_t *event, int eventId);
|
||||
|
||||
static int readCallback(unsigned char *data, int64_t wantlen, int64_t *gotlen);
|
||||
static int writeCallback(const unsigned char *data, int64_t size, int64_t *written);
|
||||
static int readHTTPCallback(unsigned char *data, int64_t wantlen, int64_t *gotlen);
|
||||
static int readCallback(unsigned char *data, unsigned long wantlen, unsigned long *gotlen);
|
||||
static int writeCallback(const unsigned char *data, unsigned long size, unsigned long *written);
|
||||
|
||||
void processEvent();
|
||||
bool isActive();
|
||||
|
Reference in New Issue
Block a user