Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/shell/shell_completion.h @ 5172

Last change on this file since 5172 was 5170, checked in by bensch, 20 years ago

orxonox/trunk: registration of ShellCommands now via the ShellCommandClass… still a lot of work has to be done.

File size: 310 bytes
RevLine 
[4838]1/*!
[5170]2 * @file shell_completion.h
3 * @brief The Shell Completion Tasks
[3245]4*/
[1853]5
[5170]6#ifndef _SHELL_COMPLETION_H
7#define _SHELL_COMPLETION_H
[1853]8
[4838]9// FORWARD DECLARATION
[3543]10
11
[3955]12//! A class for ...
[5170]13class ShellCompletion {
[1853]14
[1904]15 public:
[5170]16  ShellCompletion();
17  virtual ~ShellCompletion();
[1853]18
[3245]19
20 private:
21
[1853]22};
23
[5170]24#endif /* _SHELL_COMPLETION_H */
Note: See TracBrowser for help on using the repository browser.