| 100 | |
| 101 | template <class T, std::size_t N> |
| 102 | int |
| 103 | FirstTimeFastAllocator<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 | |
| 111 | template <class T, std::size_t N> |
| 112 | int |
no outgoing calls
no test coverage detected