2 #include "Kokyu/Kokyu.h"
3 #include "ace/Lock_Adapter_T.h"
4 #include "ace/OS_NS_string.h"
6 void guid_copy( Kokyu::GuidType
& lhs
, const RTScheduling::Current::IdType
& rhs
)
8 lhs
.length(rhs
.length ());
9 ACE_OS::memcpy(lhs
.get_buffer (),
14 void guid_copy( RTScheduling::Current::IdType
& lhs
, const Kokyu::GuidType
& rhs
)
16 lhs
.length(rhs
.length ());
17 ACE_OS::memcpy(lhs
.get_buffer (),