Go to the documentation of this file.00001 #ifndef MESSAGE_ACTIONS_H
00002 #define MESSAGE_ACTIONS_H
00003
00004 namespace naoqi
00005 {
00006 namespace message_actions
00007 {
00008
00009 enum MessageAction
00010 {
00011 PUBLISH,
00012 RECORD,
00013 LOG
00014 };
00015
00016 }
00017
00018 }
00019
00020
00021 #endif