#include <InfoRepoDiscovery.h>
Public Member Functions | |
virtual int | init (int argc, ACE_TCHAR *argv[]) |
Definition at line 283 of file InfoRepoDiscovery.h.
int OpenDDS::DCPS::IRDiscoveryLoader::init | ( | int | argc, | |
ACE_TCHAR * | argv[] | |||
) | [virtual] |
Definition at line 962 of file InfoRepoDiscovery.cpp.
00963 { 00964 // no-op: since the library is loaded, InfoRepoDiscovery::StaticInitializer 00965 // has already been constructed. 00966 return 0; 00967 }