equal
deleted
inserted
replaced
40 public DataTypeHandler |
40 public DataTypeHandler |
41 { |
41 { |
42 public: |
42 public: |
43 CommandRegRead(); |
43 CommandRegRead(); |
44 |
44 |
45 string helpString() const; |
45 string helpString(const string &) const; |
46 void execute(const StringVector &); |
46 void execute(const StringVector &); |
47 }; |
47 }; |
48 |
48 |
49 /****************************************************************************/ |
49 /****************************************************************************/ |
50 |
50 |