Code Cleanup
- All objects now use the same convention for naming members. The consistency is a good thing.
This commit is contained in:
@@ -46,10 +46,10 @@ public:
|
||||
static bool is_filelist(const std::string&);
|
||||
|
||||
protected:
|
||||
std::string executable;
|
||||
std::vector<std::string> arguments;
|
||||
std::string _executable;
|
||||
std::vector<std::string> _arguments;
|
||||
|
||||
Uri uri;
|
||||
Uri _uri;
|
||||
|
||||
int execute();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user