summaryrefslogtreecommitdiff
path: root/mobicore/MobiCoreDriverLib/Common/Connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'mobicore/MobiCoreDriverLib/Common/Connection.h')
-rw-r--r--mobicore/MobiCoreDriverLib/Common/Connection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mobicore/MobiCoreDriverLib/Common/Connection.h b/mobicore/MobiCoreDriverLib/Common/Connection.h
index 243168c..1db85f5 100644
--- a/mobicore/MobiCoreDriverLib/Common/Connection.h
+++ b/mobicore/MobiCoreDriverLib/Common/Connection.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013 TRUSTONIC LIMITED
+ * Copyright (c) 2013-2015 TRUSTONIC LIMITED
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -95,7 +95,7 @@ public:
* @return Number of bytes written.
* @return -1 if written bytes not equal to len.
*/
- virtual ssize_t writeData(void *buffer, uint32_t len);
+ virtual ssize_t writeData(const void *buffer, uint32_t len);
/**
* Wait for data to be available.