Files
azerothcore-wotlk/deps/acelite/ace/Message_Queue.cpp
Yehonal f06f32849f Directory Structure [step 1]: moving files
working on #672

NOTE: This commit can't be compiled!!
2017-10-12 20:00:52 +02:00

23 lines
400 B
C++

#include "ace/Message_Queue.h"
#include "ace/Log_Category.h"
#if !defined (__ACE_INLINE__)
#include "ace/Message_Queue.inl"
#endif /* __ACE_INLINE__ */
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_Message_Queue_Base::~ACE_Message_Queue_Base (void)
{
}
int
ACE_Message_Queue_Base::state (void)
{
ACE_TRACE ("ACE_Message_Queue_Base::state");
return this->state_;
}
ACE_END_VERSIONED_NAMESPACE_DECL