#include "ace_pch.h"#include "ace/Registry.h"Include dependency graph for Registry.cpp:

Go to the source code of this file.
Defines | |
| #define | ACE_REGISTRY_CALL_RETURN(X) |
Functions | |
| const char * | get_rcsid_ace_Registry (const char *) |
Variables | |
| const char * | rcsid_ace_Registry = get_rcsid_ace_Registry ( rcsid_ace_Registry ) |
|
|
Value: do { \
if (X != ERROR_SUCCESS) \
{ \
errno = X; \
return -1; \
} \
else \
return 0; \
} while (0)Definition at line 12 of file Registry.cpp. Referenced by ACE_Registry::Naming_Context::bind, ACE_Registry::Naming_Context::bind_context, ACE_Registry::Naming_Context::bind_new_context, ACE_Registry::Naming_Context::close, ACE_Predefined_Naming_Contexts::connect, ACE_Registry::Naming_Context::destroy, ACE_Registry::Naming_Context::flush, ACE_Registry::Naming_Context::resolve, ACE_Registry::Naming_Context::resolve_context, ACE_Registry::Naming_Context::unbind, and ACE_Registry::Naming_Context::unbind_context. |
|
|
Definition at line 6 of file Registry.cpp.
00006 : Registry.cpp,v 1.1.1.4.2.1 2003/03/13 19:44:22 chad Exp $") |
|
|
Definition at line 6 of file Registry.cpp. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002