diff options
Diffstat (limited to 'src/FbCommands.hh')
-rw-r--r-- | src/FbCommands.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/FbCommands.hh b/src/FbCommands.hh index 46b3465..18b404a 100644 --- a/src/FbCommands.hh +++ b/src/FbCommands.hh | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: FbCommands.hh,v 1.20 2004/10/06 11:40:28 akir Exp $ | 22 | // $Id: FbCommands.hh,v 1.21 2004/10/21 10:23:58 akir Exp $ |
23 | 23 | ||
24 | // \file contains basic commands to restart, reconfigure, execute command and exit fluxbox | 24 | // \file contains basic commands to restart, reconfigure, execute command and exit fluxbox |
25 | 25 | ||
@@ -121,7 +121,6 @@ public: | |||
121 | void execute(); | 121 | void execute(); |
122 | }; | 122 | }; |
123 | 123 | ||
124 | } // end namespace FbCommands | ||
125 | 124 | ||
126 | class SetResourceValueCmd: public FbTk::Command { | 125 | class SetResourceValueCmd: public FbTk::Command { |
127 | public: | 126 | public: |
@@ -169,4 +168,6 @@ private: | |||
169 | Destination m_dest; | 168 | Destination m_dest; |
170 | }; | 169 | }; |
171 | 170 | ||
171 | } // end namespace FbCommands | ||
172 | |||
172 | #endif // FBCOMMANDS_HH | 173 | #endif // FBCOMMANDS_HH |