#include <DCPSInfoRepoServ.h>
Public Member Functions | |
InitError (const char *msg) | |
Public Attributes | |
std::string | msg_ |
Definition at line 28 of file DCPSInfoRepoServ.h.
InfoRepo::InitError::InitError | ( | const char * | msg | ) | [inline] |
Definition at line 29 of file DCPSInfoRepoServ.h.
00030 : msg_(msg) {};
std::string InfoRepo::InitError::msg_ |
Definition at line 30 of file DCPSInfoRepoServ.h.
Referenced by ACE_TMAIN().