javascript_file.h
Go to the documentation of this file.
00001 
00011 #ifndef JAVASCRIPT_FILE_H_
00012 #define JAVASCRIPT_FILE_H_
00013 
00014 #include <string>
00015 
00020 namespace rms
00021 {
00028 class javascript_file
00029 {
00030 public:
00038   javascript_file(int fileid, std::string url, std::string path);
00039 
00045   int get_fileid();
00051   std::string get_url();
00057   std::string get_path();
00058 
00059 private:
00060   int fileid; 
00061   std::string url, path; 
00062 };
00063 }
00064 
00065 #endif


rmscpp
Author(s): Russell Toris
autogenerated on Sat Dec 28 2013 17:08:57