BusBoy  2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MessageConsumer.h
Go to the documentation of this file.
1 
17 #ifndef __BUSBOY_MESSAGE_CONSUMER_H__
18 #define __BUSBOY_MESSAGE_CONSUMER_H__
19 
20 #include <string>
21 #include "Message.h"
22 
23 namespace BUSBOY {
24 
29 
30  public:
31 
32  virtual void receiveMessage(const Message& msg) =0;
33 
34 
35 };
36 
37 }
38 
39 #endif

Copyright 2014 Google Inc. All rights reserved.