Raspberry Cloud
Fragment.h
1 #ifndef _FRAGMENT_H
2 #define _FRAGMENT_H
3 
4 #include "CloudFile.h"
5 
10 class Fragment: public CloudFile {
11 public:
17  Fragment(string _cloudID, string _cloudFileID);
18 
19  Fragment(){}
20 };
21 
22 #endif //_FRAGMENT_H
Definition: Fragment.h:10
Definition: CloudFile.h:12