[glacier] Move Pair to glacier.
This commit is contained in:
parent
c2dfe17363
commit
0ec2fa3e76
3 changed files with 8 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
#include "include/ztypes.h"
|
||||
#include "scheduler/scheduler.h"
|
||||
|
||||
Pair<glcr::RefPtr<Channel>, glcr::RefPtr<Channel>>
|
||||
glcr::Pair<glcr::RefPtr<Channel>, glcr::RefPtr<Channel>>
|
||||
Channel::CreateChannelPair() {
|
||||
auto c1 = glcr::MakeRefCounted<Channel>();
|
||||
auto c2 = glcr::MakeRefCounted<Channel>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue