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

Method bind

tests/DCPS/ZeroCopyRead/main.cpp:107–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 };
106
107 int bind (const char *name, void *pointer, int duplicates)
108 {/* no-op */
109 ACE_ASSERT("not supported" ==0);
110 ACE_UNUSED_ARG (name);
111 ACE_UNUSED_ARG (pointer);
112 ACE_UNUSED_ARG (duplicates);
113 return -1;
114 };
115
116 int trybind (const char *name, void *&pointer)
117 {/* no-op */

Callers 7

performSaveAsMethod · 0.45
validatePageMethod · 0.45
performSaveAsMethod · 0.45
performSaveAsMethod · 0.45
performSaveAsMethod · 0.45
map_pendingMethod · 0.45
addMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected