Raspberry Cloud
Public Member Functions | List of all members
LockFile Class Reference

#include <LockFile.h>

Inheritance diagram for LockFile:
CloudFile

Public Member Functions

 LockFile (string _cloudID, string _cloudFileID)
 
 LockFile (string _cloudID, FileDescriptor fileDescriptor)
 
- Public Member Functions inherited from CloudFile
 CloudFile (string _cloudID, string _cloudFileID)
 
string getCloudId ()
 
string getCloudFileID ()
 
void setCloudID (string _cloudID)
 
void setCloudFileID (string _cloudFileID)
 

Additional Inherited Members

- Protected Attributes inherited from CloudFile
string cloudID
 
string cloudFileID
 

Detailed Description

Project Untitled LockFile class represents file to show that a fragment is locked

Constructor & Destructor Documentation

LockFile::LockFile ( string  _cloudID,
string  _cloudFileID 
)

Constructor for LockFile

Parameters
_cloudIDID of its cloud
_cloudFileIDpath on cloud

LockFile implementation

LockFile::LockFile ( string  _cloudID,
FileDescriptor  fileDescriptor 
)

Constructor for LockFile. Generates fileID from fileDescriptor's ID.

Parameters
_cloudIDID of its cloud
fileDescriptorFileDescriptor describing the file to generate a LockFile for

The documentation for this class was generated from the following files: