MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / unbind

Method unbind

dds/DCPS/ZeroCopyAllocator_T.cpp:102–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100
101template <class T, std::size_t N>
102int
103FirstTimeFastAllocator<T, N>::unbind(const char *name)
104{/* no-op */
105 ACE_ERROR((LM_ERROR,
106 ACE_TEXT("(%P|%t) %T not supported %a\n"))) ;
107 ACE_UNUSED_ARG(name);
108 return -1;
109}
110
111template <class T, std::size_t N>
112int

Callers 9

index_cleanupFunction · 0.45
destroyMethod · 0.45
connect_datalinkMethod · 0.45
async_connect_failedMethod · 0.45
find_datalink_iMethod · 0.45
accept_datalinkMethod · 0.45
release_datalinkMethod · 0.45
passive_connectionMethod · 0.45
unbind_linkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected