summaryrefslogtreecommitdiffstats
path: root/mtp/legacy/MtpStorageInfo.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--mtp/legacy/MtpStorageInfo.h (renamed from mtp/MtpStorageInfo.h)28
1 files changed, 14 insertions, 14 deletions
diff --git a/mtp/MtpStorageInfo.h b/mtp/legacy/MtpStorageInfo.h
index 8858328fb..80f875291 100644
--- a/mtp/MtpStorageInfo.h
+++ b/mtp/legacy/MtpStorageInfo.h
@@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
@@ -26,23 +26,23 @@ class MtpDataPacket;
class MtpStorageInfo {
public:
- MtpStorageID mStorageID;
- uint16_t mStorageType;
- uint16_t mFileSystemType;
- uint16_t mAccessCapability;
- uint64_t mMaxCapacity;
- uint64_t mFreeSpaceBytes;
- uint32_t mFreeSpaceObjects;
- char* mStorageDescription;
- char* mVolumeIdentifier;
+ MtpStorageID mStorageID;
+ uint16_t mStorageType;
+ uint16_t mFileSystemType;
+ uint16_t mAccessCapability;
+ uint64_t mMaxCapacity;
+ uint64_t mFreeSpaceBytes;
+ uint32_t mFreeSpaceObjects;
+ char* mStorageDescription;
+ char* mVolumeIdentifier;
public:
- MtpStorageInfo(MtpStorageID id);
- virtual ~MtpStorageInfo();
+ MtpStorageInfo(MtpStorageID id);
+ virtual ~MtpStorageInfo();
- void read(MtpDataPacket& packet);
+ void read(MtpDataPacket& packet);
- void print();
+ void print();
};