All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
voidAction.h
Go to the documentation of this file.
1 #ifndef _VOID_ACTION_H
2 #define _VOID_ACTION_H
3 
4 #include "osl/piece.h"
5 namespace osl
6 {
7  namespace move_action
8  {
13  class VoidAction {
14  public:
16  }
18  }
20  }
22  }
24  }
26  }
27  };
28  } // namespace move_action
29 } // namespace osl
30 #endif // _VOID_ACTION_H
31 // ;;; Local Variables:
32 // ;;; mode:c++
33 // ;;; c-basic-offset:2
34 // ;;; End: