7 lines
154 B
C++
7 lines
154 B
C++
#include "object/reply_port.h"
|
|
|
|
#include "scheduler/scheduler.h"
|
|
|
|
glcr::RefPtr<ReplyPort> ReplyPort::Create() {
|
|
return glcr::AdoptPtr(new ReplyPort);
|
|
}
|