Changeset 2474 in Sophya for trunk/SophyaPI/PIext/piacmd.h
- Timestamp:
- Dec 4, 2003, 12:57:26 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/piacmd.h
r2465 r2474 37 37 38 38 39 virtual int ExecuteCommandLine(string & kw, vector<string> & tokens,40 string & toks);41 39 void ShowHelpWindow(); 42 40 void ShowCxxOptionWindow(); … … 53 51 54 52 protected: 53 virtual int ExecuteCommandLine(string & kw, vector<string> & tokens, 54 string & toks); 55 55 56 virtual bool CheckHelpGrp(string& grp, int& gid, string& desc); 56 57 virtual void InitializeHelpWindowMenu();
Note:
See TracChangeset
for help on using the changeset viewer.