Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
hugin1/common/Command.h
Go to the documentation of this file.00001 // -*- c-basic-offset: 4 -*- 00024 #ifndef _Hgn1_COMMAND_H 00025 #define _Hgn1_COMMAND_H 00026 00027 #include <appbase/Command.h> 00028 00029 typedef AppBase::Command<> Command; 00030 00031 00032 #endif // _COMMAND_H
1.3.9.1