00001 00007 #ifndef MESSAGING_IMPL_MEMORY_H_ 00008 #define MESSAGING_IMPL_MEMORY_H_ 00009 00010 #ifdef __cplusplus 00011 extern "C" { 00012 #endif 00013 00014 #include "messaging.h" 00015 00018 Messaging * messaging_impl_memory_new(void); 00019 00020 #ifdef __cplusplus 00021 } 00022 #endif 00023 00024 #endif /* MESSAGING_IMPL_MEMORY_H_ */