Changeset 9715 in orxonox.OLD for branches/new_class_id/src/lib/shell/shell_completion.h
- Timestamp:
- Sep 1, 2006, 8:06:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/shell/shell_completion.h
r9697 r9715 16 16 // FORWARD DECLARATION 17 17 class BaseObject; 18 class NewObjectListBase;18 class ObjectListBase; 19 19 20 20 namespace OrxShell … … 54 54 55 55 private: 56 bool objectComplete(const std::string& objectBegin, const NewObjectListBase* const objectList);56 bool objectComplete(const std::string& objectBegin, const ObjectListBase* const objectList); 57 57 bool commandComplete(const std::string& commandBegin, const std::string& className); 58 58 bool aliasComplete(const std::string& aliasBegin);
Note: See TracChangeset
for help on using the changeset viewer.