fipa_acl  1.4
message_archive.cpp
Go to the documentation of this file.
1 #include "message_archive.h"
2 
3 namespace fipa {
4 namespace acl {
5 
7 {
8  return mMessages.front();
9 }
10 
12 {
13  mMessages.push_back(msg);
14 }
15 
16 } // end namespace acl
17 } // end namespace fipa
void addMessage(const ACLMessage &msg)
const ACLMessage & getInitiatingMessage() const
This class provides a representation of a message conforming to the FIPA specification SC00061...
Definition: acl_message.h:55
Foundation of Physical Intelligent Agents.
Definition: conversation.cpp:6