Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

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

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