namespace sot { \
template void Mailbox<S>::post(const S& obj ); \
template bool Mailbox<S>::hasBeenUpdated(void); \
template Mailbox<S>::~Mailbox(); \
template Mailbox<S>::sotTimestampedObject& Mailbox<S>::get( Mailbox<S>::sotTimestampedObject& res,const int& dummy ); \
template Mailbox<S>::Mailbox(const std::string& name); \
} \
}